render/egl: remove surface and buffer age args from make_current

These aren't used anymore.
This commit is contained in:
Simon Ser 2021-01-09 12:13:35 +01:00
parent 1d461687d2
commit 3f7e0cf5f0
8 changed files with 19 additions and 45 deletions

View file

@ -106,7 +106,7 @@ static bool output_attach_render(struct wlr_output *wlr_output,
return false;
}
if (!wlr_egl_make_current(egl, EGL_NO_SURFACE, NULL)) {
if (!wlr_egl_make_current(egl)) {
return false;
}
if (!wlr_renderer_bind_buffer(x11->renderer, output->back_buffer)) {