pinosaur
/
dwm.git
/ commitdiff
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
a2c1e00
..
5ea74cb
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