]> Dogcows Code - chaz/openbox/blobdiff - src/rootwindow.cc
put a header where it belongs
[chaz/openbox] / src / rootwindow.cc
index a028ac81183b8ea8904e64d4a6ca3199e0973ba6..23361761c3f6674d347b24e32c23c0493308bf56 100644 (file)
@@ -100,10 +100,7 @@ void OBRootWindow::mapRequestHandler(const XMapRequestEvent &e)
 
   OBClient *client = Openbox::instance->findClient(e.window);
 
-  printf("Client: %lx\n", client);
-  
   if (client) {
-    printf("found client\n");
     // XXX: uniconify and/or unshade the window
   } else {
     Openbox::instance->screen(_info->getScreenNumber())->
@@ -112,7 +109,6 @@ void OBRootWindow::mapRequestHandler(const XMapRequestEvent &e)
 }
 
 
-#include <stdio.h>
 void OBRootWindow::configureRequestHandler(const XConfigureRequestEvent &e)
 {
   OtkEventHandler::configureRequestHandler(e);
This page took 0.020095 seconds and 4 git commands to generate.