From: Dave Airlie Date: Mon, 7 Jun 2004 11:58:59 +0000 (+0000) Subject: fix the versions X-Git-Tag: 062012170305~24391 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbf863ee71196fb06e3d2466a2d4c813dc36bfe3;p=profile%2Fivi%2Fmesa.git fix the versions --- diff --git a/src/mesa/drivers/dri/mach64/mach64_screen.c b/src/mesa/drivers/dri/mach64/mach64_screen.c index ea4922e..0d717da 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",