JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
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 684eebc..386899d 100644 (file)
@@ -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 */