oops - fix.

SVN revision: 46679
This commit is contained in:
Carsten Haitzler 2010-03-01 05:19:00 +00:00
parent 2a70e8701c
commit 07e3e08384
1 changed files with 2 additions and 2 deletions

View File

@ -441,7 +441,7 @@ eng_best_visual_get(Evas_Engine_Info_GL_X11 *einfo)
vi_in.screen = einfo->info.screen;
vi_in.depth = 32;
vi_in.class = TrueColor;
xvi = XGetVisualInfo(einfo->info.display
xvi = XGetVisualInfo(einfo->info.display,
VisualScreenMask | VisualDepthMask |
VisualClassMask,
&vi_in, &nvi);
@ -556,8 +556,8 @@ eng_best_visual_get(Evas_Engine_Info_GL_X11 *einfo)
}
XFree(visinfo);
}
#endif
}
#endif
}
if (!_evas_gl_x11_vi) return NULL;
if (einfo->info.destination_alpha)