all repos — openbox @ 4543c1761a98f3feecf1630f5be78974753ee5f5

openbox fork - make it a bit more like ryudo

when windows reverttoparent, we will get a notifynonlinear when the frame closes
Dana Jansens danakj@orodu.net
commit

4543c1761a98f3feecf1630f5be78974753ee5f5

parent

56d42ce66aed364d78f448371f9396558e568581

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

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

@@ -372,6 +372,9 @@ return TRUE;

/* This means focus moved from one client to another */ if (detail == NotifyNonlinearVirtual) return TRUE; + /* This means focus had moved to our frame window and now moved off */ + if (detail == NotifyNonlinear) + return TRUE; /* Otherwise.. */ return FALSE;