]> Dogcows Code - chaz/openbox/blobdiff - src/frame.hh
almost done the ustring conversion
[chaz/openbox] / src / frame.hh
index 0a22cbaa1244edd75e6b05123a801151e6fbd259..7831284ea066361b0a8c94836a057160ffa8fec1 100644 (file)
@@ -18,6 +18,7 @@ extern "C" {
 #include "otk/screeninfo.hh"
 #include "otk/style.hh"
 #include "otk/widget.hh"
+#include "otk/ustring.hh"
 
 #include <string>
 
@@ -88,7 +89,7 @@ public:
   //! Displays unfocused decorations
   virtual void unfocus();
 
-  void setTitle(const std::string &text);
+  void setTitle(const otk::ustring &text);
  
   //! Reparents the client window from the root window onto the frame
   void grabClient();
This page took 0.022438 seconds and 4 git commands to generate.