I changed sanders patch to fix the ff issue to be simplier, though it needs testing if this really fixes the issue
This commit is contained in:
		
							parent
							
								
									14d05e7c72
								
							
						
					
					
						commit
						b427a2c6cb
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		
							
								
								
									
										3
									
								
								event.c
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								event.c
									
										
									
									
									
								
							| 
						 | 
					@ -177,9 +177,8 @@ configurerequest(XEvent *e) {
 | 
				
			||||||
			configure(c);
 | 
								configure(c);
 | 
				
			||||||
		XSync(dpy, False);
 | 
							XSync(dpy, False);
 | 
				
			||||||
		if(c->isfloat) {
 | 
							if(c->isfloat) {
 | 
				
			||||||
 | 
								if(isvisible(c))
 | 
				
			||||||
				resize(c, False, TopLeft);
 | 
									resize(c, False, TopLeft);
 | 
				
			||||||
			if(!isvisible(c))
 | 
					 | 
				
			||||||
				ban(c);
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		else
 | 
							else
 | 
				
			||||||
			arrange(NULL);
 | 
								arrange(NULL);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue