]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
putting events on the event queue does not send them back to the server. it was...
[chaz/openbox] / 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.023187 seconds and 4 git commands to generate.