all repos — openbox @ f6e423399dc0e1f57a7b31b39307039da6e616af

openbox fork - make it a bit more like ryudo

putting events on the event queue does not send them back to the server.  it was just going to get ignored the next time around cuz the window wouldnt be in our list of clients
Dana Jansens danakj@orodu.net
commit

f6e423399dc0e1f57a7b31b39307039da6e616af

parent

bb97a20777e74d681e5f1912f5b243f19253600b

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

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

@@ -1352,10 +1352,6 @@ the window manager never sees it because an unmap event is not sent

to an already unmapped window. */ - /* we don't want the reparent event, put it back on the stack for the - X server to deal with after we unmanage the window */ - XPutBackEvent(obt_display, e); - ob_debug("ReparentNotify for window 0x%x", client->window); client_unmanage(client); break;