summaryrefslogtreecommitdiff
path: root/src/screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-13 05:54:40 +0000
committerDana Jansens <danakj@orodu.net>2003-01-13 05:54:40 +0000
commitef02a0c8ae65f169157c90064a335303e964a4c1 (patch)
treef1a1bf6cfe05ee11545bfa811f5a2582e1906dce /src/screen.hh
parent5a90d2b671f01f29043ab82f909440de0abfa362 (diff)
almost done the ustring conversion
Diffstat (limited to 'src/screen.hh')
-rw-r--r--src/screen.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screen.hh b/src/screen.hh
index 8904c2a7..c3af7b6c 100644
--- a/src/screen.hh
+++ b/src/screen.hh
@@ -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);