Fix warning/potential trouble.

SVN revision: 24543
This commit is contained in:
Kim Woelders 2006-08-11 02:26:16 +00:00
parent 2c14125fbf
commit f864ccd8e6
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@ _ecore_evas_x_gl_window_new(Ecore_Evas *ee, Ecore_X_Window parent, int x, int y,
einfo->info.depth = einfo->func.best_depth_get(ecore_x_display_get(), screen);
evas_engine_info_set(ee->evas, (Evas_Engine_Info *)einfo);
}
else
{
win = 0;
}
return win;
}
#endif