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:
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 522a425b1f3a6f2c82c2d3c28a74d0e73a7bde41..69189dea1afb1b5c4e8f750c7447ceb52b1bb1b1 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);
}
}