From: Reginald Kennedy Date: Sun, 15 Jul 2012 09:06:10 +0000 (+0800) Subject: Add another xcb_flush() into a key position. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=inline;h=01ab637a1acd64f7041ca5249ec30c074ae3e700;p=spectrwm.git 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 */