all repos — openbox @ 1729df46b5da2e04df6779e158707531ce1cae6d

openbox fork - make it a bit more like ryudo

make compiling 'work' with XINERAMA. it doesnt do anything tho
Dana Jansens danakj@orodu.net
commit

1729df46b5da2e04df6779e158707531ce1cae6d

parent

1a7d9771904ff7af0d062596863550a4735f12a3

2 files changed, 5 insertions(+), 1 deletions(-)

jump to
M otk/display.ccotk/display.cc

@@ -19,6 +19,10 @@ #ifdef SHAPE

#include <X11/extensions/shape.h> #endif // SHAPE +#ifdef XINERAMA +#include <X11/extensions/Xinerama.h> +#endif // XINERAMA + #ifdef HAVE_STDIO_H # include <stdio.h> #endif // HAVE_STDIO_H
M otk/screeninfo.ccotk/screeninfo.cc

@@ -81,7 +81,7 @@

_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()) {