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

@ -158,7 +158,7 @@ int main(int argc, char **argv) {
assert(input_inhibitor);
EGLint attribs[] = { EGL_NONE };
wlr_egl_init(&egl, EGL_PLATFORM_WAYLAND_EXT, display, attribs, 0);
wlr_egl_init(&egl, EGL_PLATFORM_WAYLAND_EXT, display, attribs);
struct wl_surface *surface = wl_compositor_create_surface(compositor);
assert(surface);