commit | 3146756adf749c8931f60d7272a590cc41fb8436 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Oct 16 15:31:31 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Oct 16 15:31:31 2012 -0400 |
tree | 1c866a6049eea5d6223f8ed0d3b1b7b4adb764e6 | |
parent | a17f7a13fddcf1f3706354e7d739517850552b20 [diff] [blame] |
clients: Don't ask for EGL_PIXMAP_BIT when choosing configs
diff --git a/clients/window.c b/clients/window.c index 1d6600c..c029691 100644 --- a/clients/window.c +++ b/clients/window.c
@@ -3750,7 +3750,7 @@ #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,