add level 0 as request. dont want overlay.

SVN revision: 43045
This commit is contained in:
Carsten Haitzler 2009-10-13 01:30:04 +00:00
parent e31d7799ee
commit f62f738c7e
1 changed files with 3 additions and 2 deletions

View File

@ -247,8 +247,9 @@ eng_best_visual_get(Display *disp, int screen)
#else
int _evas_gl_x11_configuration[] =
{
GLX_DOUBLEBUFFER,
GLX_RGBA,
GLX_RGBA, GLX_DOUBLEBUFFER,
GLX_LEVEL, 0,
GLX_DEPTH_SIZE, 0,
GLX_RED_SIZE, 1,
GLX_GREEN_SIZE,1,
GLX_BLUE_SIZE, 1,