From d28ab36fe3dcd3cb8727a3e5e201279e5d0cd0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 2 Mar 2011 11:36:30 -0500 Subject: [PATCH] compositor-wayland: Ask for ES2 in the config --- compositor/compositor-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compositor/compositor-wayland.c b/compositor/compositor-wayland.c index 07822286..75804722 100644 --- a/compositor/compositor-wayland.c +++ b/compositor/compositor-wayland.c @@ -104,7 +104,7 @@ wayland_compositor_init_egl(struct wayland_compositor *c) 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[] = {