1
0
mirror of git://git.suckless.org/dwm synced 2025-07-25 17:22:07 -07:00

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
dwm.c
View File

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