From 30a100fd286917663088e94f5a22b839813996ad Mon Sep 17 00:00:00 2001 From: IoIxD Date: Sat, 3 Jan 2026 19:21:03 -0700 Subject: [PATCH] wayland/opengl: set EGL_DEPTH_SIZE to 24 --- src/widget/opengl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widget/opengl.c b/src/widget/opengl.c index 8e90d39..578b881 100644 --- a/src/widget/opengl.c +++ b/src/widget/opengl.c @@ -131,6 +131,7 @@ static int create(MwWidget handle) { EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLUE_SIZE, 8, + EGL_DEPTH_SIZE, 24, EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT, EGL_NONE}; EGLint contextAttribs[] = {