Skip to content
Snippets Groups Projects
Commit f279480d authored by Dave Airlie's avatar Dave Airlie Committed by Kristian Høgsberg
Browse files

egl: fix build since 17eace58

looks like mesa st didn't get updated.
parent d382c51a
No related branches found
No related tags found
Loading
......@@ -794,7 +794,7 @@ st_manager_get_egl_image_surface(struct st_context *st,
return NULL;
memset(&stimg, 0, sizeof(stimg));
if (!smapi->get_egl_image(smapi, &st->iface, eglimg, &stimg))
if (!smapi->get_egl_image(smapi, eglimg, &stimg))
return NULL;
ps = smapi->screen->get_tex_surface(smapi->screen,
......
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