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