make compiling 'work' with XINERAMA. it doesnt do anything tho

This commit is contained in:
Dana Jansens 2003-01-11 04:40:21 +00:00
parent 1a7d977190
commit 1729df46b5
2 changed files with 5 additions and 1 deletions

View file

@ -19,6 +19,10 @@ extern "C" {
#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

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