From: Reginald Kennedy Date: Sun, 15 Jul 2012 09:06:10 +0000 (+0800) Subject: Add another xcb_flush() into a key position. X-Git-Tag: SPECTRWM_1_2_0~103 X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/01ab637a1acd64f7041ca5249ec30c074ae3e700?ds=sidebyside Add another xcb_flush() into a key position. --- diff --git a/spectrwm.c b/spectrwm.c index 684eebc..386899d 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -6936,6 +6936,8 @@ enternotify(xcb_enter_notify_event_t *e) } focus_magic(win); + + xcb_flush(conn); } /* lets us use one switch statement for arbitrary mode/detail combinations */