From 9a0ee7624c19acf7fabb311e6c01c45cc72a1da3 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 7 Nov 2021 18:12:52 +0000 Subject: Initial working build. --- src/egl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/egl.c') diff --git a/src/egl.c b/src/egl.c index 5af2b64..8ae70f2 100644 --- a/src/egl.c +++ b/src/egl.c @@ -41,6 +41,7 @@ void egl_create_context(struct egl *egl, struct wl_display *wl_display) EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLUE_SIZE, 8, + EGL_ALPHA_SIZE, 8, EGL_NONE }; -- cgit v1.2.3