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:
a3a859b
)
sync when a client is being killed
author
Anselm R Garbe
<garbeam@gmail.com>
Tue, 8 Sep 2009 12:16:54 +0000
(13:16 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Tue, 8 Sep 2009 12:16:54 +0000
(13:16 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index a2c1e00bc4fa5cfacf3d3ca55753421de5e9e5cd..5ea74cbb27bd05fdfff429bd35b83c5b31e08afd 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1041,6
+1041,7
@@
killclient(const Arg *arg) {
}
else
XKillClient(dpy, selmon->sel->win);
+ XSync(dpy, False);
}
void