From 01ab637a1acd64f7041ca5249ec30c074ae3e700 Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Sun, 15 Jul 2012 17:06:10 +0800 Subject: [PATCH] Add another xcb_flush() into a key position. --- spectrwm.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 1.7.10.4