From 83dfe262a88dc4044a8655e913c27f40be98e93e Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Sun, 15 Jul 2012 08:39:21 +0800 Subject: [PATCH] Add xcb_flush to wkill(). --- spectrwm.c | 2 ++ 1 file changed, 2 insertions(+) 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); } -- 1.7.10.4