From: Reginald Kennedy Date: Sun, 15 Jul 2012 00:39:21 +0000 (+0800) Subject: Add xcb_flush to wkill(). X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=83dfe262a88dc4044a8655e913c27f40be98e93e;p=spectrwm.git Add xcb_flush to wkill(). --- diff --git a/spectrwm.c b/spectrwm.c index 3dbfdaa..294356f 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -4035,6 +4035,8 @@ wkill(struct swm_region *r, union arg *args) else if (r->ws->focus->can_delete) client_msg(r->ws->focus, adelete); + + xcb_flush(conn); }