all repos — openbox @ e896709c9098c73f40b5c7cffd95e7a253a0aacc

openbox fork - make it a bit more like ryudo

when windows disappear dont move focus from enter event, ever.
Dana Jansens danakj@orodu.net
commit

e896709c9098c73f40b5c7cffd95e7a253a0aacc

parent

a65b1d202f11a0e1e87b9343a9a620321e84f6cf

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

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

@@ -483,11 +483,8 @@ frame_hide(self->frame);

/* 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 - */ - event_ignore_queued_enters(); - } + /* ignore enter events from the unmap so it doesnt mess with the focus */ + event_ignore_queued_enters(); mouse_grab_for_client(self, FALSE);