X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Frootwindow.hh;h=35cda699cae79de10e9b80d1748e0fcfe08bfc80;hb=56d7b547ae156e17c8e03ada3b80468f5a0b2605;hp=7879244dabdf25d84f10241cb80092ece1899ae0;hpb=dca0c9f5a308e115ec308cdc8ca7987ff4fc0479;p=chaz%2Fopenbox diff --git a/src/rootwindow.hh b/src/rootwindow.hh index 7879244d..35cda699 100644 --- a/src/rootwindow.hh +++ b/src/rootwindow.hh @@ -52,16 +52,17 @@ public: //! Destroys the OBRootWindow object virtual ~OBRootWindow(); - virtual void propertyHandler(const XPropertyEvent &e); - - virtual void clientMessageHandler(const XClientMessageEvent &e); - //! Sets the name of a desktop /*! @param i The index of the desktop to set the name for (base 0) @param name The name to set for the desktop */ void setDesktopName(int i, const std::string &name); + + virtual void propertyHandler(const XPropertyEvent &e); + virtual void clientMessageHandler(const XClientMessageEvent &e); + virtual void mapRequestHandler(const XMapRequestEvent &); + virtual void configureRequestHandler(const XConfigureRequestEvent &e); }; }