summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64/mach64_screen.c
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2004-06-07 11:58:59 +0000
committerDave Airlie <airliedfreedesktop.org>2004-06-07 11:58:59 +0000
commitcbf863ee71196fb06e3d2466a2d4c813dc36bfe3 (patch)
tree7420d7529f46840c2d12f6eb59f051a3fc1f908a /src/mesa/drivers/dri/mach64/mach64_screen.c
parent2c161cf395b84576427d7dad53aea99072f325a3 (diff)
fix the versions
Diffstat (limited to 'src/mesa/drivers/dri/mach64/mach64_screen.c')
-rw-r--r--src/mesa/drivers/dri/mach64/mach64_screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_screen.c b/src/mesa/drivers/dri/mach64/mach64_screen.c
index ea4922eabe..0d717da51b 100644
--- a/src/mesa/drivers/dri/mach64/mach64_screen.c
+++ b/src/mesa/drivers/dri/mach64/mach64_screen.c
@@ -493,8 +493,8 @@ void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc
{
__DRIscreenPrivate *psp;
- static const __DRIversion ddx_expected = { 4, 0, 0 };
- static const __DRIversion dri_expected = { 6, 4, 0 };
+ static const __DRIversion ddx_expected = { 6, 4, 0 };
+ static const __DRIversion dri_expected = { 4, 0, 0 };
static const __DRIversion drm_expected = { 1, 0, 0 };
if ( ! driCheckDriDdxDrmVersions2( "Mach64",