Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/src/bin


Modified Files:
        emotion_test_main.c 


Log Message:


conditionally...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/emotion/src/bin/emotion_test_main.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- emotion_test_main.c 31 Aug 2004 06:42:19 -0000      1.5
+++ emotion_test_main.c 23 Sep 2004 01:29:32 -0000      1.6
@@ -85,12 +85,19 @@
                }
           }
      }
+#ifdef HAVE_ECORE_EVAS_FB   
    if (mode == 0)
      ecore_evas = ecore_evas_software_x11_new(NULL, 0,  0, 0, startw, starth);
-   else if (mode == 1)
+#endif   
+#ifdef HAVE_ECORE_EVAS_GL
+   if (mode == 1)
      ecore_evas = ecore_evas_gl_x11_new(NULL, 0, 0, 0, startw, starth);
-   else if (mode == 2)
+#endif
+#ifdef HAVE_ECORE_EVAS_X   
+   if (mode == 2)
      ecore_evas = ecore_evas_fb_new(NULL, 0, startw, starth);
+#endif
+   
 #else
    startw = 240;
    starth = 320;




-------------------------------------------------------
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

Reply via email to