diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-05-16 21:59:53 +0200 | 
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-05-16 21:59:53 +0200 | 
| commit | 598e22907e6a3bcfbc35f913dae24d031d6f9170 (patch) | |
| tree | 704e6405915c28487800246b81b22a1c664a93a4 | |
| parent | 1e826ddd3ee0159bf2bd296a24e557b0d971ed91 (diff) | |
raise barwin in restack, that's the most elegant solution I think
| -rw-r--r-- | layout.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -189,6 +189,7 @@ restack(void) {  			XLowerWindow(dpy, c->win);  		}  	} +	XRaiseWindow(dpy, barwin);  	XSync(dpy, False);  	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));  } | 
