]> code.delx.au - spectrwm/commitdiff
Add another xcb_flush() into a key position.
authorReginald Kennedy <rk@rejii.com>
Sun, 15 Jul 2012 09:06:10 +0000 (17:06 +0800)
committerReginald Kennedy <rk@rejii.com>
Fri, 20 Jul 2012 21:59:29 +0000 (05:59 +0800)
spectrwm.c

index 684eebc778e0a511a2cf3f9ee39b8bd875338f86..386899dac9f9e2445294437c7122350a8b9eefc1 100644 (file)
@@ -6936,6 +6936,8 @@ enternotify(xcb_enter_notify_event_t *e)
        }
 
        focus_magic(win);
        }
 
        focus_magic(win);
+
+       xcb_flush(conn);
 }
 
 /* lets us use one switch statement for arbitrary mode/detail combinations */
 }
 
 /* lets us use one switch statement for arbitrary mode/detail combinations */