all repos — openbox @ 029628087fa0090e7c3b1598786a1bf1712e0db9

openbox fork - make it a bit more like ryudo

don't put reparent events back on the stack.  the window is no longer being managed anyways.  and it messes up the order of events in the queue
Dana Jansens danakj@orodu.net
commit

029628087fa0090e7c3b1598786a1bf1712e0db9

parent

f6e423399dc0e1f57a7b31b39307039da6e616af

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

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

@@ -1064,7 +1064,6 @@ They are of no consequence to us anyhow.

*/ if (ev.xreparent.parent != self->window) { reparent = FALSE; - XPutBackEvent(obt_display, &ev); break; } }