diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-11-06 13:51:23 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-11-06 13:51:23 +0000 |
| commit | 35fcb62ddd4861f857d93941407e3d87d444b2cc (patch) | |
| tree | 8538b81a0e74689d12ec95fb71f9c4ae6fdf5eab /otk/screeninfo.cc | |
| parent | 0cf6e32e1cd1659adc6f0a95649302758256207a (diff) | |
added style class, moved util and config to otk
Diffstat (limited to 'otk/screeninfo.cc')
| -rw-r--r-- | otk/screeninfo.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/screeninfo.cc b/otk/screeninfo.cc index c1c0c2ac..e0a3ca9d 100644 --- a/otk/screeninfo.cc +++ b/otk/screeninfo.cc @@ -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; |
