]> Dogcows Code - chaz/openbox/blobdiff - src/rootwindow.hh
button press/releases WORK
[chaz/openbox] / src / rootwindow.hh
index 7d0a9c825042b86c75a92ce6657b33e7b8ba0d54..35cda699cae79de10e9b80d1748e0fcfe08bfc80 100644 (file)
@@ -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);
 };
 
 }
This page took 0.019854 seconds and 4 git commands to generate.