mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 12:10:22 +01:00
egl: Adopt to st_framebuffer changes
This commit is contained in:
parent
1be4d4d4c6
commit
585c10b46d
1 changed files with 1 additions and 2 deletions
|
|
@ -391,8 +391,7 @@ drm_swap_buffers(_EGLDriver *drv, EGLDisplay dpy, EGLSurface draw)
|
|||
if (!_eglSwapBuffers(drv, dpy, draw))
|
||||
return EGL_FALSE;
|
||||
|
||||
back_surf = st_get_framebuffer_surface(surf->stfb,
|
||||
ST_SURFACE_BACK_LEFT);
|
||||
st_get_framebuffer_surface(surf->stfb, ST_SURFACE_BACK_LEFT, &back_surf);
|
||||
|
||||
if (back_surf) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue