summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clients/simple-egl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/simple-egl.c b/clients/simple-egl.c
index 69d28ea7..33e711c5 100644
--- a/clients/simple-egl.c
+++ b/clients/simple-egl.c
@@ -133,6 +133,7 @@ init_egl(struct display *display, struct window *window)
EGL_RED_SIZE, 1,
EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1,
+ EGL_ALPHA_SIZE, 1,
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
EGL_NONE
};