updated configurenotify
This commit is contained in:
		
							parent
							
								
									fb5f99d935
								
							
						
					
					
						commit
						6877205e9d
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		
							
								
								
									
										5
									
								
								dwm.c
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								dwm.c
									
										
									
									
									
								
							|  | @ -423,9 +423,12 @@ 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 | ||||||
| configurerequest(XEvent *e) { | configurerequest(XEvent *e) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue