X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Frootwindow.hh;h=241b35c3698c6f4c385e6928c1fb1e208556560b;hb=00e2c5aaad4a0831fd1e0d1b1c287df4d6eaac93;hp=180f239c5baeb301d9c6422931556237c97ec748;hpb=82f4efb4e2d6f836a2f5f7e7b41be4be73ae7518;p=chaz%2Fopenbox diff --git a/src/rootwindow.hh b/src/rootwindow.hh index 180f239c..241b35c3 100644 --- a/src/rootwindow.hh +++ b/src/rootwindow.hh @@ -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); }; }