]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
get rid of the plate window
[chaz/openbox] / openbox / event.c
index fbd326e96f3f0f3c50598c5b36cfd84891ebf017..2ea7d30442a688f7bde0a2897169f5f2fbef6749 100644 (file)
@@ -1171,7 +1171,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
         break;
     case ReparentNotify:
         /* this is when the client is first taken captive in the frame */
-        if (e->xreparent.parent == client->frame->plate) break;
+        if (e->xreparent.parent == client->frame->window) break;
 
         /*
           This event is quite rare and is usually handled in unmapHandler.
This page took 0.02019 seconds and 4 git commands to generate.