sync when a client is being killed

This commit is contained in:
Anselm R Garbe 2009-09-08 13:16:54 +01:00
parent a3a859b4e9
commit 7fe81359d4
1 changed files with 1 additions and 0 deletions

1
dwm.c
View File

@ -1041,6 +1041,7 @@ killclient(const Arg *arg) {
}
else
XKillClient(dpy, selmon->sel->win);
XSync(dpy, False);
}
void