fixed issue reported by Christian Garbs
This commit is contained in:
		
							parent
							
								
									32563abe86
								
							
						
					
					
						commit
						5a9af492ae
					
				
							
								
								
									
										3
									
								
								event.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								event.c
									
									
									
									
									
								
							@ -218,11 +218,10 @@ configurenotify(XEvent *e) {
 | 
			
		||||
	if (ev->window == root && (ev->width != sw || ev->height != sh)) {
 | 
			
		||||
		sw = ev->width;
 | 
			
		||||
		sh = ev->height;
 | 
			
		||||
		wah = sh - bh;
 | 
			
		||||
		waw = sw;
 | 
			
		||||
		XFreePixmap(dpy, dc.drawable);
 | 
			
		||||
		dc.drawable = XCreatePixmap(dpy, root, sw, bh, DefaultDepth(dpy, screen));
 | 
			
		||||
		XResizeWindow(dpy, barwin, sw, bh);
 | 
			
		||||
		updatebarpos();
 | 
			
		||||
		lt->arrange();
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user