Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/engines/evas


Modified Files:
        ewl_engine_evas.c 


Log Message:
Move Edje specific code into the evas engine.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/evas/ewl_engine_evas.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_engine_evas.c   20 Jul 2007 13:54:07 -0000      1.15
+++ ewl_engine_evas.c   31 Jul 2007 18:35:47 -0000      1.16
@@ -6,6 +6,8 @@
 
 #include <Evas.h>
 
+#include <Edje.h>
+
 static Evas_Smart *widget_smart = NULL;
 
 static int ee_init(Ewl_Engine *engine);
@@ -37,7 +39,9 @@
 
 static void *theme_funcs[EWL_ENGINE_THEME_MAX] =
        {
-               NULL, NULL, NULL,
+               edje_freeze,
+               edje_thaw,
+               edje_file_data_get,
                ee_canvas_smart_new,
                NULL,
                evas_object_del,



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to