render/egl: remove support for EGL_NATIVE_VISUAL_ID

Nobody uses it anymore.
This commit is contained in:
Simon Ser 2021-01-09 11:37:21 +01:00
parent 07111828c5
commit 76ed2255ef
11 changed files with 19 additions and 48 deletions

View file

@ -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