clients: Don't ask for EGL_PIXMAP_BIT when choosing configs

dev
Kristian Høgsberg 13 years ago
parent a17f7a13fd
commit 3146756adf
  1. 2
      clients/window.c

@ -3750,7 +3750,7 @@ init_egl(struct display *d)
#endif #endif
static const EGLint argb_cfg_attribs[] = { 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_RED_SIZE, 1,
EGL_GREEN_SIZE, 1, EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1, EGL_BLUE_SIZE, 1,

Loading…
Cancel
Save