Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_main.c 


Log Message:


asparagus - again. lots fo leak fixes and other fixes have been happening, so
i think an asparagus is a good idea - sorry package config people. :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_main.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- edje_main.c 9 Oct 2005 03:07:58 -0000       1.60
+++ edje_main.c 9 Oct 2005 04:22:19 -0000       1.61
@@ -116,11 +116,11 @@
      }
    if (mode == 0)
      ecore_evas = ecore_evas_software_x11_new(NULL, 0,  0, 0, startw, starth);
-   if ((!ecore_evas) || (mode == 1))
+   if ((!ecore_evas) && (mode == 1))
      ecore_evas = ecore_evas_gl_x11_new(NULL, 0, 0, 0, startw, starth);
-   if ((!ecore_evas) || (mode == 2))
+   if ((!ecore_evas) && (mode == 2))
      ecore_evas = ecore_evas_fb_new(NULL, 270,  startw, starth);
-   if ((!ecore_evas) || (mode == 3))
+   if ((!ecore_evas) && (mode == 3))
      ecore_evas = ecore_evas_xrender_x11_new(NULL, 0, 0, 0, startw, starth);
    
    if (!ecore_evas) return -1;




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to