Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_canvas.c e_config.c 


Log Message:


actually build! bad k-s! :)

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_canvas.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_canvas.c  1 Aug 2008 02:21:38 -0000       1.20
+++ e_canvas.c  1 Aug 2008 06:24:18 -0000       1.21
@@ -56,14 +56,14 @@
    /* if engine is software-16 - do we support it? */
    if (engine == E_EVAS_ENGINE_SOFTWARE_X11_16)
      {
-       if 
(!ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_SOFTWARE_X11_16))
+       if 
(!ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_SOFTWARE_16_X11))
          engine = E_EVAS_ENGINE_SOFTWARE_X11;
      }
    /* if engine is gl - do we support it? */
    if (engine == E_EVAS_ENGINE_GL_X11)
      {
        /* if we dont - fall back to software x11 */
-       if (!ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_GL_X11))
+       if (!ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_OPENGL_X11))
          engine = E_EVAS_ENGINE_SOFTWARE_X11;
      }
    /* support xrender? */
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_config.c,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -3 -r1.286 -r1.287
--- e_config.c  1 Aug 2008 02:21:38 -0000       1.286
+++ e_config.c  1 Aug 2008 06:24:18 -0000       1.287
@@ -1801,7 +1801,7 @@
 #endif
    if (ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_XRENDER_X11))
      l = evas_list_append(l, strdup("XRENDER"));
-   if (ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_SOFTWARE_X11_16))
+   if (ecore_evas_engine_type_supported_get(ECORE_EVAS_ENGINE_SOFTWARE_16_X11))
      l = evas_list_append(l, strdup("SOFTWARE_16"));
    return l;
 }



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to