commit | d28ab36fe3dcd3cb8727a3e5e201279e5d0cd0ef | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Mar 02 11:36:30 2011 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Mar 02 11:36:30 2011 -0500 |
tree | 3160214924b7462de8e827ec582b3613bda02be2 | |
parent | c649a9254998b9f45c1a1385d4be40a86eda720d [diff] [blame] |
compositor-wayland: Ask for ES2 in the config
diff --git a/compositor/compositor-wayland.c b/compositor/compositor-wayland.c index 0782228..7580472 100644 --- a/compositor/compositor-wayland.c +++ b/compositor/compositor-wayland.c
@@ -104,7 +104,7 @@ EGL_GREEN_SIZE, 1, EGL_BLUE_SIZE, 1, EGL_DEPTH_SIZE, 1, - EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT, + EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, EGL_NONE }; static const EGLint context_attribs[] = {