simple-client: Request a alpha channel in choose config

This commit is contained in:
Benjamin Franzke 2011-03-17 15:43:21 +01:00
parent 264b3f9d84
commit 2eae9e3f1c

View File

@ -96,6 +96,7 @@ init_egl(struct display *display)
EGL_RED_SIZE, 1,
EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1,
EGL_ALPHA_SIZE, 1,
EGL_DEPTH_SIZE, 1,
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
EGL_NONE