fix the versions
authorDave Airlie <airliedfreedesktop.org>
Mon, 7 Jun 2004 11:58:59 +0000 (11:58 +0000)
committerDave Airlie <airliedfreedesktop.org>
Mon, 7 Jun 2004 11:58:59 +0000 (11:58 +0000)
src/mesa/drivers/dri/mach64/mach64_screen.c

index ea4922e..0d717da 100644 (file)
@@ -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",