From e111c85d6cca3f2206b6bce119b284edccf0cd4f Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Mon, 1 Sep 2008 18:41:43 -0300 Subject: Don't pretend this driver compiles on XFree86. Either remove check for XF86_VERSION_CURRENT or at least add the implementation of RegionsEqual() to smi_video.c. --- src/smi_video.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/smi_video.c b/src/smi_video.c index 7d3ffab..f842747 100644 --- a/src/smi_video.c +++ b/src/smi_video.c @@ -66,12 +66,6 @@ The default value can be set with the driver option Interlaced */ -#ifdef XF86_VERSION_CURRENT -# if XF86_VERSION_CURRENT < XF86_VERSION_NUMERIC(4,3,99,0,0) -# define REGION_EQUAL(pScreen, r1, r2) RegionsEqual(r1, r2)) -# endif -#endif - #undef MIN #undef ABS #undef CLAMP -- cgit v1.2.3