diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-04 01:29:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-04 01:29:01 +0000 |
| commit | bdc491ccfe71ce29a5a1ea813da4b1c66e2fa330 (patch) | |
| tree | 13b9e36e5ec02a0ef355ba18874c4854c9608631 /src/rootwindow.cc | |
| parent | 9860b76c50e5ecacc85921539058eab4c655c38d (diff) | |
map and unmap work great now yay
Diffstat (limited to 'src/rootwindow.cc')
| -rw-r--r-- | src/rootwindow.cc | 3 |
1 files changed, 3 insertions, 0 deletions
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())-> |
