summaryrefslogtreecommitdiff
path: root/src/rootwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rootwindow.cc')
-rw-r--r--src/rootwindow.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rootwindow.cc b/src/rootwindow.cc
index a028ac81..23361761 100644
--- a/src/rootwindow.cc
+++ b/src/rootwindow.cc
@@ -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);