Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
        ecore_evas_test_app.c 


Log Message:


dont' need those anymore - its runtime detected

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/bin/ecore_evas_test_app.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ecore_evas_test_app.c       8 Mar 2006 08:02:55 -0000       1.10
+++ ecore_evas_test_app.c       8 Apr 2006 01:16:11 -0000       1.11
@@ -77,20 +77,16 @@
        ee = ecore_evas_xrender_x11_new(NULL, 0,  0, 0, 240, 320);
        evas = ecore_evas_get(ee);
      }
-#if HAVE_ECORE_EVAS_GL
    else if ((argc > 1) && (!strcmp(argv[1], "-gl")))
      {
        ee = ecore_evas_gl_x11_new(NULL, 0,  0, 0, 240, 320);
        evas = ecore_evas_get(ee);
      }
-#endif
-#if HAVE_ECORE_EVAS_DIRECTFB
    else if ((argc > 1) && (!strcmp(argv[1], "-dfb")))
      {
        ee = ecore_evas_directfb_new(NULL, 0,  0, 0, 240, 320);
        evas = ecore_evas_get(ee);
      }
-#endif
    else if ((argc > 1) && (!strcmp(argv[1], "-buf")))
      {
        ee = ecore_evas_buffer_new(240, 320);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to