SVN revision: 32544
This commit is contained in:
Sebastian Dransfeld 2007-11-10 18:34:40 +00:00
parent 1ec701e87e
commit 7dd2be8ac9
1 changed files with 1 additions and 1 deletions

View File

@ -1152,7 +1152,7 @@ _engine_args(int argc, char **argv)
if (engine_xrender_x11_args(argc, argv))
loop_func = engine_xrender_x11_loop;
#endif
#if HAVE_EVAS_SOFTWARE_X11
#if HAVE_EVAS_SOFTWARE_16_X11
if (engine_software_16_x11_args(argc, argv))
loop_func = engine_software_16_x11_loop;
#endif