disabel the rgb select for now until nokia fix their bugs.

SVN revision: 46687
This commit is contained in:
Carsten Haitzler 2010-03-01 12:45:47 +00:00
parent c6117c504c
commit 2f8e37e654
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ eng_window_new(Display *disp,
config_attrs[n++] = EGL_WINDOW_BIT;
config_attrs[n++] = EGL_RENDERABLE_TYPE;
config_attrs[n++] = EGL_OPENGL_ES2_BIT;
#if 0
#if 0
// FIXME: n900 - omap3 sgx libs break here
config_attrs[n++] = EGL_RED_SIZE;
config_attrs[n++] = 1;