Add another xcb_flush() into a key position.

This commit is contained in:
Reginald Kennedy 2012-07-15 17:06:10 +08:00
parent 41a11496e3
commit 01ab637a1a

View 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 */