* ecore: raise gl_sdl priority over software_sdl.

SVN revision: 54595
This commit is contained in:
Cedric BAIL 2010-11-16 15:38:22 +00:00
parent 6de3f7e778
commit 4fc861fe81
1 changed files with 4 additions and 4 deletions

View File

@ -703,15 +703,15 @@ static const struct ecore_evas_engine _engines[] = {
#endif
/* Last chance to have a window */
#ifdef BUILD_ECORE_EVAS_OPENGL_SDL
{"opengl_sdl", _ecore_evas_constructor_opengl_sdl},
#endif
#ifdef BUILD_ECORE_EVAS_SOFTWARE_SDL
{"sdl", _ecore_evas_constructor_sdl},
{"software_16_sdl", _ecore_evas_constructor_sdl16},
#endif
#ifdef BUILD_ECORE_EVAS_OPENGL_SDL
{"opengl_sdl", _ecore_evas_constructor_opengl_sdl},
#endif
/* independent */
#ifdef BUILD_ECORE_EVAS_SOFTWARE_BUFFER
{"buffer", _ecore_evas_constructor_buffer},