all repos — openbox @ a82c1efeed566d8227a73904bd9688bd553ff4d1

openbox fork - make it a bit more like ryudo

wasteful syncing
Dana Jansens danakj@orodu.net
commit

a82c1efeed566d8227a73904bd9688bd553ff4d1

parent

58dc86971a86b5f843fc93bba2dd8882f60c41a0

1 files changed, 2 insertions(+), 3 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -511,9 +511,8 @@ don't generate more events */

XSelectInput(ob_display, self->window, NoEventMask); frame_hide(self->frame); - /* sync to send the hide to the server quickly, and to get back the enter - events */ - XSync(ob_display, FALSE); + /* flush to send the hide to the server quickly */ + XFlush(ob_display); if (focus_client == self) { /* ignore enter events from the unmap so it doesnt mess with the focus