]> Dogcows Code - chaz/openbox/blobdiff - otk/screeninfo.cc
add an OBBackgroundWidget and use it for setting colors so far.
[chaz/openbox] / otk / screeninfo.cc
index c1c0c2acc80e563d52e58272241e592660170015..14faf0c0753c726635f10973f45040780df6cd1b 100644 (file)
@@ -1,4 +1,4 @@
-// -*- mode: C++; indent-tabs-mode: nil; -*-
+// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 
 #ifdef    HAVE_CONFIG_H
 #  include "../config.h"
@@ -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.022659 seconds and 4 git commands to generate.