]> Dogcows Code - chaz/openbox/blobdiff - src/rootwindow.hh
restart on HUP
[chaz/openbox] / src / rootwindow.hh
index 180f239c5baeb301d9c6422931556237c97ec748..241b35c3698c6f4c385e6928c1fb1e208556560b 100644 (file)
@@ -53,6 +53,9 @@ public:
   //! Destroys the OBRootWindow object
   virtual ~OBRootWindow();
 
+  //! Sets the name of all desktops
+  void setDesktopNames(const otk::OBProperty::StringVect &names);
+  
   //! Sets the name of a desktop
   /*!
     @param i The index of the desktop to set the name for (base 0)
@@ -62,7 +65,7 @@ public:
 
   virtual void propertyHandler(const XPropertyEvent &e);
   virtual void clientMessageHandler(const XClientMessageEvent &e);
-  virtual void mapRequestHandler(const XMapRequestEvent &);
+  virtual void mapRequestHandler(const XMapRequestEvent &e);
 };
 
 }
This page took 0.022537 seconds and 4 git commands to generate.