X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fscreen.hh;fp=src%2Fscreen.hh;h=c3af7b6cb2701feb4e691f3bc2172916f5d30074;hb=ef02a0c8ae65f169157c90064a335303e964a4c1;hp=8904c2a7750624bfc3172416fd852dcb7be515e6;hpb=5a90d2b671f01f29043ab82f909440de0abfa362;p=chaz%2Fopenbox 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 #include @@ -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);