Update expected DRM version to 2.0.0

This commit is contained in:
Keith Whitwell 2004-11-25 14:05:05 +00:00
parent 6dbb8ead0f
commit 7a293a9962
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc
__DRIscreenPrivate *psp;
static const __DRIversion ddx_expected = { 4, 0, 0 };
static const __DRIversion dri_expected = { 4, 0, 0 };
static const __DRIversion drm_expected = { 1, 1, 0 };
static const __DRIversion drm_expected = { 2, 0, 0 };
if ( ! driCheckDriDdxDrmVersions2( "Unichrome",
dri_version, & dri_expected,