mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 06:48:19 +02:00
parent
6547a82df1
commit
ada1d91c15
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue