dmx: don't include panoramiXsrv.h if building w/o Xinerama

Reported-by: Marvin Schmidt
Tested-by: Marvin Schmidt
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-09-15 11:39:09 +10:00
parent f56cbe1ef2
commit 159e032040
2 changed files with 4 additions and 0 deletions

View File

@ -50,7 +50,9 @@
#include "pixmapstr.h"
#include "dixfontstr.h"
#ifdef PANORAMIX
#include "panoramiXsrv.h"
#endif
#define DMX_GCOPS_SET_DRAWABLE(_pDraw, _draw) \
do { \

View File

@ -59,7 +59,9 @@
#include <X11/Xos.h> /* For gettimeofday */
#include "dixstruct.h"
#ifdef PANORAMIX
#include "panoramiXsrv.h"
#endif
#include <signal.h> /* For SIGQUIT */