#include "otk/configuration.hh"
#include "otk/eventdispatcher.hh"
#include "otk/eventhandler.hh"
-#include "client.hh"
namespace ob {
class OBScreen;
+class OBClient;
//! The main class for the Openbox window manager.
/*!
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())->
}
-#include <stdio.h>
void OBRootWindow::configureRequestHandler(const XConfigureRequestEvent &e)
{
OtkEventHandler::configureRequestHandler(e);