updated configurenotify
This commit is contained in:
		
							
								
								
									
										5
									
								
								dwm.c
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								dwm.c
									
									
									
									
									
								
							@@ -423,8 +423,11 @@ void
 | 
				
			|||||||
configurenotify(XEvent *e) {
 | 
					configurenotify(XEvent *e) {
 | 
				
			||||||
	XConfigureEvent *ev = &e->xconfigure;
 | 
						XConfigureEvent *ev = &e->xconfigure;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if(ev->window == root && (ev->width != sw || ev->height != sh))
 | 
						if(ev->window == root && (ev->width != sw || ev->height != sh)) {
 | 
				
			||||||
 | 
							sw = ev->width;
 | 
				
			||||||
 | 
							sh = ev->height;
 | 
				
			||||||
		setgeom(NULL);
 | 
							setgeom(NULL);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user