disabling configure() during resize
This commit is contained in:
		
							
								
								
									
										2
									
								
								client.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								client.c
									
									
									
									
									
								
							@@ -291,7 +291,7 @@ resize(Client *c, Bool sizehints, Corner sticky) {
 | 
				
			|||||||
	else
 | 
						else
 | 
				
			||||||
		wc.border_width = BORDERPX;
 | 
							wc.border_width = BORDERPX;
 | 
				
			||||||
	XConfigureWindow(dpy, c->win, CWX | CWY | CWWidth | CWHeight | CWBorderWidth, &wc);
 | 
						XConfigureWindow(dpy, c->win, CWX | CWY | CWWidth | CWHeight | CWBorderWidth, &wc);
 | 
				
			||||||
	configure(c);
 | 
						/*configure(c);*/
 | 
				
			||||||
	XSync(dpy, False);
 | 
						XSync(dpy, False);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user