Skip to content
Snippets Groups Projects
Commit 814cae6a authored by Thomas Hellstrom's avatar Thomas Hellstrom
Browse files

Update drm expected version.

parent 410673f6
No related branches found
Tags mesa-20.3.2
Loading
......@@ -792,7 +792,7 @@ __driCreateNewScreen_20050727(__DRInativeDisplay * dpy, int scrn,
__DRIscreenPrivate *psp;
static const __DRIversion ddx_expected = { 1, 5, 0 };
static const __DRIversion dri_expected = { 4, 0, 0 };
static const __DRIversion drm_expected = { 1, 5, 1 };
static const __DRIversion drm_expected = { 1, 6, 0 };
dri_interface = interface;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment