summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Winischhofer <thomas@winischhofer.net>2004-08-06 08:52:07 +0000
committerThomas Winischhofer <thomas@winischhofer.net>2004-08-06 08:52:07 +0000
commitb36c10f803e0be73689b6dae08ca3c7d96fac4ec (patch)
tree8c0d681d6f9a6a7a2f4c6a48e7a3ed132128f5ba
parent4fe1e616a285ad9dddc35c08903e87f2d16f89d1 (diff)
SiS driver:
- enable new RENDER code (despite the X.org version number for now)
-rw-r--r--src/sis310_accel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sis310_accel.c b/src/sis310_accel.c
index 5b95203..b023b97 100644
--- a/src/sis310_accel.c
+++ b/src/sis310_accel.c
@@ -90,7 +90,7 @@
# undef SISNEWRENDER
# ifdef XORG_VERSION_CURRENT
# include "xorgVersion.h"
-# if XORG_VERSION_CURRENT > XORG_VERSION_NUMERIC(6,7,0,0,0)
+# if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(6,7,0,0,0)
# define SISNEWRENDER
# endif
# endif