efl/evas/gl_x11: fix warning due type change.

SVN revision: 82425
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-08 22:47:40 +00:00
parent bffd10cb7b
commit ceaab9d37f
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ void eng_window_use(Evas_GL_X11_Window *gw);
void eng_window_unsurf(Evas_GL_X11_Window *gw);
void eng_window_resurf(Evas_GL_X11_Window *gw);
Visual *eng_best_visual_get(Evas_Engine_Info_GL_X11 *einfo);
void *eng_best_visual_get(Evas_Engine_Info_GL_X11 *einfo);
Colormap eng_best_colormap_get(Evas_Engine_Info_GL_X11 *einfo);
int eng_best_depth_get(Evas_Engine_Info_GL_X11 *einfo);

View File

@ -595,7 +595,7 @@ eng_window_resurf(Evas_GL_X11_Window *gw)
gw->surf = 1;
}
Visual *
void *
eng_best_visual_get(Evas_Engine_Info_GL_X11 *einfo)
{
if (!einfo) return NULL;