]> Dogcows Code - chaz/openbox/blobdiff - otk/screeninfo.cc
broken to all hell. oh no.
[chaz/openbox] / otk / screeninfo.cc
index a5fafc5a47903b6c5cfd14da5808c8b13533bf01..08d8517bce0537974f7330c49e49633943761512 100644 (file)
@@ -81,7 +81,7 @@ ScreenInfo::ScreenInfo(unsigned int num) {
   _display_string = string("DISPLAY=") + default_string + '.' +
     otk::itostring(static_cast<unsigned long>(_screen));
   
-#ifdef    XINERAMA
+#if 0 //def    XINERAMA
   _xinerama_active = False;
 
   if (d->hasXineramaExtensions()) {
This page took 0.021212 seconds and 4 git commands to generate.