clients: Don't ask for EGL_PIXMAP_BIT when choosing configs

This commit is contained in:
Kristian Høgsberg 2012-10-16 15:31:31 -04:00
parent a17f7a13fd
commit 3146756adf

View File

@ -3750,7 +3750,7 @@ init_egl(struct display *d)
#endif
static const EGLint argb_cfg_attribs[] = {
EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PIXMAP_BIT,
EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
EGL_RED_SIZE, 1,
EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1,