summaryrefslogtreecommitdiff
path: root/src/egl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl.c')
-rw-r--r--src/egl.c1
1 files changed, 1 insertions, 0 deletions
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
};