diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-04-23 11:54:09 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-04-23 11:54:09 -0400 |
| commit | f6e423399dc0e1f57a7b31b39307039da6e616af (patch) | |
| tree | 4cc3de1d25c7577e681787e5d5ec4bcfd883a498 /openbox/event.c | |
| parent | bb97a20777e74d681e5f1912f5b243f19253600b (diff) | |
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
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/event.c b/openbox/event.c index 02e9dcd3..5e526d23 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1352,10 +1352,6 @@ static void event_handle_client(ObClient *client, XEvent *e) 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; |
