simplified unmanage
							parent
							
								
									15abade272
								
							
						
					
					
						commit
						8aa860d270
					
				
							
								
								
									
										10
									
								
								client.c
								
								
								
								
							
							
						
						
									
										10
									
								
								client.c
								
								
								
								
							| 
						 | 
					@ -414,19 +414,13 @@ togglemax(Arg *arg)
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
unmanage(Client *c)
 | 
					unmanage(Client *c)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	Client *tc, *fc;
 | 
					 | 
				
			||||||
	Window trans;
 | 
					 | 
				
			||||||
	XGrabServer(dpy);
 | 
						XGrabServer(dpy);
 | 
				
			||||||
	XSetErrorHandler(xerrordummy);
 | 
						XSetErrorHandler(xerrordummy);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	detach(c);
 | 
						detach(c);
 | 
				
			||||||
	if(sel == c) {
 | 
						if(sel == c) {
 | 
				
			||||||
		XGetTransientForHint(dpy, c->win, &trans);
 | 
							for(sel = stack; sel && !isvisible(sel); sel = sel->snext);
 | 
				
			||||||
		if(trans && (tc = getclient(trans)) && isvisible(tc))
 | 
							focus(sel);
 | 
				
			||||||
			fc = tc;
 | 
					 | 
				
			||||||
		else
 | 
					 | 
				
			||||||
			fc = getnext(clients);
 | 
					 | 
				
			||||||
		focus(fc);
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	XUngrabButton(dpy, AnyButton, AnyModifier, c->win);
 | 
						XUngrabButton(dpy, AnyButton, AnyModifier, c->win);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue