mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
Get rid of the XFree86Server macro.
It's not exported by xserver these days, so don't test it.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user