]> Dogcows Code - chaz/openbox/commitdiff
rm debugging comment
authorDana Jansens <danakj@orodu.net>
Mon, 6 Jan 2003 04:58:07 +0000 (04:58 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 6 Jan 2003 04:58:07 +0000 (04:58 +0000)
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.025866 seconds and 4 git commands to generate.