From bdc491ccfe71ce29a5a1ea813da4b1c66e2fa330 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Dec 2002 01:29:01 +0000 Subject: map and unmap work great now yay --- src/rootwindow.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rootwindow.cc') diff --git a/src/rootwindow.cc b/src/rootwindow.cc index ff8a644f..a028ac81 100644 --- a/src/rootwindow.cc +++ b/src/rootwindow.cc @@ -100,7 +100,10 @@ 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())-> -- cgit v1.2.3