]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
rm debugging comment
[chaz/openbox] / src / client.cc
index 23de426a3bf13f39f12440ba8b5dc8d1e94b120c..91a75bff4a651da7436d3bed112a2a15405103d5 100644 (file)
@@ -1236,10 +1236,7 @@ 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()) {
-    printf("Ignored ReparentNotify for 0x%lx\n", e.window);
-    return;
-  }
+  if (e.parent == frame->plate()) return;
 
 #ifdef    DEBUG
   printf("ReparentNotify for 0x%lx\n", e.window);
This page took 0.019802 seconds and 4 git commands to generate.