]> Dogcows Code - chaz/openbox/blobdiff - src/screen.hh
almost done the ustring conversion
[chaz/openbox] / src / screen.hh
index 8904c2a7750624bfc3172416fd852dcb7be515e6..c3af7b6cb2701feb4e691f3bc2172916f5d30074 100644 (file)
@@ -19,6 +19,7 @@ extern "C" {
 #include "otk/screeninfo.hh"
 #include "otk/eventhandler.hh"
 #include "otk/property.hh"
+#include "otk/ustring.hh"
 
 #include <string>
 #include <list>
@@ -191,7 +192,7 @@ public:
     @param name The name to set for the desktop
     If the index is too large, it is simply ignored.
   */
-  void setDesktopName(long i, const std::string &name);
+  void setDesktopName(long i, const otk::ustring &name);
 
   virtual void propertyHandler(const XPropertyEvent &e);
   virtual void clientMessageHandler(const XClientMessageEvent &e);
This page took 0.023169 seconds and 4 git commands to generate.