pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6620615
)
no that's definately better
author
Anselm R Garbe
<garbeam@gmail.com>
Wed, 8 Jul 2009 16:24:39 +0000
(17:24 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Wed, 8 Jul 2009 16:24:39 +0000
(17:24 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
b089fe9
..
d448f5b
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1329,7
+1329,6
@@
restack(Monitor *m) {
wc.sibling = c->win;
}
}
- XLowerWindow(dpy, m->barwin);
XSync(dpy, False);
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}