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

@ -255,7 +255,7 @@ struct wlr_renderer *wlr_renderer_autocreate(EGLenum platform,
return NULL;
}
if (!wlr_egl_init(egl, platform, remote_display, NULL, 0)) {
if (!wlr_egl_init(egl, platform, remote_display, NULL)) {
wlr_log(WLR_ERROR, "Could not initialize EGL");
return NULL;
}