]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
way sexier buildtree
[chaz/openbox] / src / client.cc
index 243390a84ba78bf32e74cbc519f9a6f23eba5494..e626081ce19e871a2fe37e25653f5f257ee69ed0 100644 (file)
@@ -1009,15 +1009,15 @@ void OBClient::destroyHandler(const XDestroyWindowEvent &e)
 
 void OBClient::reparentHandler(const XReparentEvent &e)
 {
+  // this is when the client is first taken captive in the frame
+  if (e.parent == frame->plate()) return;
+
 #ifdef    DEBUG
   printf("ReparentNotify for 0x%lx\n", e.window);
 #endif // DEBUG
 
   OtkEventHandler::reparentHandler(e);
 
-  // this is when the client is first taken captive in the frame
-  if (e.parent == frame->plate()) return;
-
   /*
     This event is quite rare and is usually handled in unmapHandler.
     However, if the window is unmapped when the reparent event occurs,
This page took 0.02385 seconds and 4 git commands to generate.