]> Dogcows Code - chaz/openbox/commitdiff
putting events on the event queue does not send them back to the server. it was...
authorDana Jansens <danakj@orodu.net>
Fri, 23 Apr 2010 15:54:09 +0000 (11:54 -0400)
committerDana Jansens <danakj@orodu.net>
Fri, 23 Apr 2010 15:54:09 +0000 (11:54 -0400)
openbox/event.c

index 02e9dcd323aa1ecf0c58914bcd5c9217e07418e7..5e526d2342ac110f051371f5c6cc96d51b1e9ff5 100644 (file)
@@ -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;
This page took 0.028652 seconds and 4 git commands to generate.