diff options
Diffstat (limited to 'src/gallium/state_trackers/egl/common')
-rw-r--r-- | src/gallium/state_trackers/egl/common/egl_g3d_st.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/egl/common/egl_g3d_st.c b/src/gallium/state_trackers/egl/common/egl_g3d_st.c index 50ed669ba30..657845cf951 100644 --- a/src/gallium/state_trackers/egl/common/egl_g3d_st.c +++ b/src/gallium/state_trackers/egl/common/egl_g3d_st.c @@ -113,7 +113,8 @@ egl_g3d_destroy_st_manager(struct st_manager *smapi) } static boolean -egl_g3d_st_framebuffer_flush_front_pbuffer(struct st_framebuffer_iface *stfbi, +egl_g3d_st_framebuffer_flush_front_pbuffer(struct st_context_iface *stctx, + struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) { return TRUE; @@ -187,7 +188,8 @@ egl_g3d_st_framebuffer_validate_pbuffer(struct st_framebuffer_iface *stfbi, } static boolean -egl_g3d_st_framebuffer_flush_front(struct st_framebuffer_iface *stfbi, +egl_g3d_st_framebuffer_flush_front(struct st_context_iface *stctx, + struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) { _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; |