X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Frootwindow.hh;h=35cda699cae79de10e9b80d1748e0fcfe08bfc80;hb=56d7b547ae156e17c8e03ada3b80468f5a0b2605;hp=7d0a9c825042b86c75a92ce6657b33e7b8ba0d54;hpb=a77f0fb344978bb4dafd2ad4639f3de3e090bf7b;p=chaz%2Fopenbox diff --git a/src/rootwindow.hh b/src/rootwindow.hh index 7d0a9c82..35cda699 100644 --- a/src/rootwindow.hh +++ b/src/rootwindow.hh @@ -52,18 +52,17 @@ public: //! Destroys the OBRootWindow object virtual ~OBRootWindow(); - virtual void propertyHandler(const XPropertyEvent &e); - - virtual void clientMessageHandler(const XClientMessageEvent &e); - - virtual void mapRequestHandler(const XMapRequestEvent &); - //! 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); }; }