From 09ba2ed738ee8c8424712e0cab01be76c7e1dc96 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 12 Oct 2009 03:52:23 +0000 Subject: [PATCH] and one more untested fix SVN revision: 43033 --- legacy/evas/src/modules/engines/gl_x11/evas_x_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/modules/engines/gl_x11/evas_x_main.c b/legacy/evas/src/modules/engines/gl_x11/evas_x_main.c index 0535aa749b..b34b6ab3eb 100644 --- a/legacy/evas/src/modules/engines/gl_x11/evas_x_main.c +++ b/legacy/evas/src/modules/engines/gl_x11/evas_x_main.c @@ -47,7 +47,7 @@ eng_window_new(Display *disp, context_attrs[1] = 2; context_attrs[2] = EGL_NONE; # if defined(GLES_VARIETY_S3C6410) - if (_evas_gles_x11_vi->depth == 16) // 16bpp + if (_evas_gl_x11_vi->depth == 16) // 16bpp { config_attrs[0] = EGL_SURFACE_TYPE; config_attrs[1] = EGL_WINDOW_BIT;