and one more untested fix

SVN revision: 43033
This commit is contained in:
Carsten Haitzler 2009-10-12 03:52:23 +00:00
parent a08e1d6793
commit 09ba2ed738
1 changed files with 1 additions and 1 deletions

View File

@ -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;