pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
901b3ed
)
another XSync
author
Anselm R. Garbe
<garbeam@wmii.de>
Sun, 16 Jul 2006 10:29:50 +0000
(12:29 +0200)
committer
Anselm R. Garbe
<garbeam@wmii.de>
Sun, 16 Jul 2006 10:29:50 +0000
(12:29 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index
522a425
..
69189de
100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-250,6
+250,7
@@
manage(Window w, XWindowAttributes *wa)
ban(c);
XMapRaised(dpy, c->win);
XMapRaised(dpy, c->title);
+ XSync(dpy, False);
}
}