X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fxeventhandler.hh;h=0f9c99ccddbf550219ef6d24e6b7009efc24cb7f;hb=14cf42ff0780bf58a6b54c9443c87c7402b61faa;hp=e46ae1169f88a030a2f60717ba972b542dfa564e;hpb=f257e4b0792e07e11a56828d4769f618e35df105;p=chaz%2Fopenbox diff --git a/src/xeventhandler.hh b/src/xeventhandler.hh index e46ae116..0f9c99cc 100644 --- a/src/xeventhandler.hh +++ b/src/xeventhandler.hh @@ -9,6 +9,10 @@ extern "C" { #include + +#ifdef SHAPE +#include +#endif // SHAPE } namespace ob { @@ -146,11 +150,6 @@ public: @param e The XEvent to handle */ void handle(const XEvent &e); - - - // XXX: TEMPORARY MOVE TO A SCREEN CLASS OR SOMETHING - void manageWindow(int, Window); - void unmanageWindow(OBClient*); }; }