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:
		
							parent
							
								
									f56cbe1ef2
								
							
						
					
					
						commit
						159e032040
					
				|  | @ -50,7 +50,9 @@ | ||||||
| #include "pixmapstr.h" | #include "pixmapstr.h" | ||||||
| #include "dixfontstr.h" | #include "dixfontstr.h" | ||||||
| 
 | 
 | ||||||
|  | #ifdef PANORAMIX | ||||||
| #include "panoramiXsrv.h" | #include "panoramiXsrv.h" | ||||||
|  | #endif | ||||||
| 
 | 
 | ||||||
| #define DMX_GCOPS_SET_DRAWABLE(_pDraw, _draw)				\ | #define DMX_GCOPS_SET_DRAWABLE(_pDraw, _draw)				\ | ||||||
| do {									\ | do {									\ | ||||||
|  |  | ||||||
|  | @ -59,7 +59,9 @@ | ||||||
| 
 | 
 | ||||||
| #include <X11/Xos.h>                /* For gettimeofday */ | #include <X11/Xos.h>                /* For gettimeofday */ | ||||||
| #include "dixstruct.h" | #include "dixstruct.h" | ||||||
|  | #ifdef PANORAMIX | ||||||
| #include "panoramiXsrv.h" | #include "panoramiXsrv.h" | ||||||
|  | #endif | ||||||
| 
 | 
 | ||||||
| #include <signal.h>             /* For SIGQUIT */ | #include <signal.h>             /* For SIGQUIT */ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue