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:
598e229
)
no that change breaks fullscreen apps
author
Anselm R. Garbe
<arg@suckless.org>
Wed, 16 May 2007 20:05:02 +0000
(22:05 +0200)
committer
Anselm R. Garbe
<arg@suckless.org>
Wed, 16 May 2007 20:05:02 +0000
(22:05 +0200)
layout.c
patch
|
blob
|
history
diff --git
a/layout.c
b/layout.c
index 0f17b696178ff21d209ade5bd7580478b9da9a5b..bc5ca1c0df3a5af198e98e79f3a3162805014e2f 100644
(file)
--- a/
layout.c
+++ b/
layout.c
@@
-189,7
+189,6
@@
restack(void) {
XLowerWindow(dpy, c->win);
}
}
- XRaiseWindow(dpy, barwin);
XSync(dpy, False);
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}