From 3f7e0cf5f073ef7ef88128e8661b959cc9140490 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 9 Jan 2021 12:13:35 +0100 Subject: render/egl: remove surface and buffer age args from make_current These aren't used anymore. --- backend/headless/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/headless/output.c') diff --git a/backend/headless/output.c b/backend/headless/output.c index ee1fd317..0ffdee79 100644 --- a/backend/headless/output.c +++ b/backend/headless/output.c @@ -52,7 +52,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(output->backend->renderer, -- cgit v1.2.3