fix #ifdef

SVN revision: 34065
This commit is contained in:
Carsten Haitzler 2008-03-20 21:13:55 +00:00
parent 1bc9f155bb
commit 2ef004009b
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ main_start(int argc, char **argv)
if (mode == 0)
ecore_evas = ecore_evas_software_x11_new(NULL, 0, 0, 0, startw, starth);
#endif
#if HAVE_ECORE_EVAS_GL
#if HAVE_ECORE_EVAS_X11_GL
if (mode == 1)
ecore_evas = ecore_evas_gl_x11_new(NULL, 0, 0, 0, startw, starth);
#endif