]> Dogcows Code - chaz/openbox/blobdiff - src/screen.hh
rm prefixes for all elements in the otk namepsace
[chaz/openbox] / src / screen.hh
index 8432139ce861ad86585fc762153da796559863e8..c3403de311bd8d79a48e4128211d4e6f6c6ceb54 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 }
 
 #include "client.hh"
-#include "widget.hh"
+#include "widgetbase.hh"
 #include "otk/image.hh"
 #include "otk/strut.hh"
 #include "otk/rect.hh"
@@ -185,7 +185,7 @@ public:
   //! layer
   void restack(bool raise, OBClient *client);
 
-  //! Sets the name of a desktop
+  //! Sets the name of a desktop by changing the root window property
   /*!
     @param i The index of the desktop to set the name for (starts at 0)
     @param name The name to set for the desktop
This page took 0.022665 seconds and 4 git commands to generate.