From 24924367f9486b29b8b9fd024781ccb5f9e0e276 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Dec 2002 04:02:46 +0000 Subject: put a header where it belongs --- src/rootwindow.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/rootwindow.cc') 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 void OBRootWindow::configureRequestHandler(const XConfigureRequestEvent &e) { OtkEventHandler::configureRequestHandler(e); -- cgit v1.2.3