]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
put a header where it belongs
[chaz/openbox] / src / openbox.hh
index 8c2015f95870af95005b39bc65525f048762b1e4..75a3a2e0a4adbcf16d8eb7c476efadae7b6a9e25 100644 (file)
@@ -24,11 +24,11 @@ extern "C" {
 #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.
 /*!
@@ -188,8 +188,6 @@ public:
     manager can be destroyed.
   */
   inline void shutdown() { _doshutdown = true; }
-
-  virtual void mapRequestHandler(const XMapRequestEvent &);
 };
 
 }
This page took 0.021379 seconds and 4 git commands to generate.