From 76ed2255ef8da963b1d4a9a121e24a094dfead20 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 9 Jan 2021 11:37:21 +0100 Subject: render/egl: remove support for EGL_NATIVE_VISUAL_ID Nobody uses it anymore. --- include/wlr/render/egl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wlr') diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index cbcf37ab..3fa47cc9 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -89,7 +89,7 @@ struct wlr_egl { * If config_attribs is NULL, the EGL config is not created. */ bool wlr_egl_init(struct wlr_egl *egl, EGLenum platform, void *remote_display, - const EGLint *config_attribs, EGLint visual_id); + const EGLint *config_attribs); /** * Frees all related EGL resources, makes the context not-current and -- cgit v1.2.3