mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
wgl: Adapt for st_get_framebuffer_surface call change.
This commit is contained in:
parent
de29f5781a
commit
aa210b327e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ wglSwapBuffers(
|
|||
*/
|
||||
st_notify_swapbuffers( fb->stfb );
|
||||
|
||||
surf = st_get_framebuffer_surface( fb->stfb, ST_SURFACE_BACK_LEFT );
|
||||
st_get_framebuffer_surface( fb->stfb, ST_SURFACE_BACK_LEFT, &surf );
|
||||
|
||||
stw_dev->stw_winsys->flush_frontbuffer(stw_dev->screen->winsys,
|
||||
surf,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue