egl/haiku: use correct version variable
Earlier commit folded the two separate variables into one, but forgot to update the haiku driver. Fixes: 0e4b564ef28(egl: combine VersionMajor and VersionMinor into one variable) Cc: Marek Olšák <marek.olsak@amd.com>> Cc: Alexander von Gluck IV <kallisti5@unixzen.com> Acked-by: Brian Paul <brianp@vmware.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
@@ -304,8 +304,7 @@ init_haiku(_EGLDriver *drv, _EGLDisplay *dpy)
|
|||||||
_eglLog(_EGL_DEBUG,"Add configs");
|
_eglLog(_EGL_DEBUG,"Add configs");
|
||||||
haiku_add_configs_for_visuals(dpy);
|
haiku_add_configs_for_visuals(dpy);
|
||||||
|
|
||||||
dpy->VersionMajor=1;
|
dpy->Version = 14;
|
||||||
dpy->VersionMinor=4;
|
|
||||||
|
|
||||||
//dpy->Extensions.KHR_create_context = true;
|
//dpy->Extensions.KHR_create_context = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user