Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
1e826dd
)
raise barwin in restack, that's the most elegant solution I think
author
Anselm R. Garbe <
[email protected]
>
Wed, 16 May 2007 19:59:53 +0000
(21:59 +0200)
committer
Anselm R. Garbe <
[email protected]
>
Wed, 16 May 2007 19:59:53 +0000
(21:59 +0200)
layout.c
patch
|
blob
|
history
diff --git
a/layout.c
b/layout.c
index
bc5ca1c
..
0f17b69
100644
(file)
--- a/
layout.c
+++ b/
layout.c
@@
-189,6
+189,7
@@
restack(void) {
XLowerWindow(dpy, c->win);
}
}
+ XRaiseWindow(dpy, barwin);
XSync(dpy, False);
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}