Enlightenment CVS committal Author : raster Project : e17 Module : libs/emotion
Dir : e17/libs/emotion/src/bin Modified Files: emotion_test_main.c Log Message: fix engine ifdefs =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/emotion/src/bin/emotion_test_main.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- emotion_test_main.c 23 Sep 2004 01:29:32 -0000 1.6 +++ emotion_test_main.c 23 Sep 2004 21:45:59 -0000 1.7 @@ -85,15 +85,15 @@ } } } -#ifdef HAVE_ECORE_EVAS_FB +#if HAVE_ECORE_EVAS_X if (mode == 0) ecore_evas = ecore_evas_software_x11_new(NULL, 0, 0, 0, startw, starth); #endif -#ifdef HAVE_ECORE_EVAS_GL +#if HAVE_ECORE_EVAS_GL if (mode == 1) ecore_evas = ecore_evas_gl_x11_new(NULL, 0, 0, 0, startw, starth); #endif -#ifdef HAVE_ECORE_EVAS_X +#if HAVE_ECORE_EVAS_FB if (mode == 2) ecore_evas = ecore_evas_fb_new(NULL, 0, startw, starth); #endif ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs