]> Dogcows Code - chaz/openbox/blobdiff - otk/screeninfo.cc
erm
[chaz/openbox] / otk / screeninfo.cc
index c1c0c2acc80e563d52e58272241e592660170015..e0a3ca9dc0cedb37868f99f77fa5c15f2d64866b 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 
 #include "screeninfo.hh"
 #include "display.hh"
-#include "src/util.hh"
+#include "util.hh"
 
 using std::string;
 
@@ -79,7 +79,7 @@ ScreenInfo::ScreenInfo(unsigned int num) {
     default_string.resize(pos);
 
   display_string = string("DISPLAY=") + default_string + '.' +
-    ob::itostring(static_cast<unsigned long>(screen_number));
+    otk::itostring(static_cast<unsigned long>(screen_number));
   
 #ifdef    XINERAMA
   xinerama_active = False;
This page took 0.021554 seconds and 4 git commands to generate.