From ba3c4d45d6e8f04536e6512103db820f0d21b77a Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Thu, 9 Aug 2007 03:36:07 +0200 Subject: [PATCH] Get rid of the XFree86Server macro. It's not exported by xserver these days, so don't test it. --- src/sis_dri.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sis_dri.h b/src/sis_dri.h index 0d8e4a5..8834151 100644 --- a/src/sis_dri.h +++ b/src/sis_dri.h @@ -115,8 +115,6 @@ typedef struct { int dummy; } SISDRIContextRec, *SISDRIContextPtr; -#ifdef XFree86Server - #include "screenint.h" Bool SISDRIScreenInit(ScreenPtr pScreen); @@ -124,4 +122,3 @@ void SISDRICloseScreen(ScreenPtr pScreen); Bool SISDRIFinishScreenInit(ScreenPtr pScreen); #endif -#endif