[Android]: Use ALPHA_SIZE 8.

Avoids weird 24-bit surfaces ...
This commit is contained in:
Hans-Kristian Arntzen 2014-02-13 12:04:08 +01:00
parent 63e8dfba4d
commit 2ab94ad8d1

View File

@ -88,6 +88,7 @@ static bool gfx_ctx_init(void)
EGL_BLUE_SIZE, 8,
EGL_GREEN_SIZE, 8,
EGL_RED_SIZE, 8,
EGL_ALPHA_SIZE, 8,
EGL_NONE
};
EGLint num_config;