projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce450c5
)
raising the barwin has no effect becasue of restack
author
Anselm R. Garbe
<arg@suckless.org>
Tue, 15 May 2007 11:58:29 +0000
(13:58 +0200)
committer
Anselm R. Garbe
<arg@suckless.org>
Tue, 15 May 2007 11:58:29 +0000
(13:58 +0200)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 16cf80613371c447d9be90c559a269f2a5925786..af1f1a6bb0e8b0fa5e3462b728fce030b5daf0c5 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-247,7
+247,6
@@
updatebarpos(void) {
XMoveWindow(dpy, barwin, sx, sy - bh);
break;
}
- XRaiseWindow(dpy, barwin);
XSync(dpy, False);
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}