Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_engine_evas.c 


Log Message:
use ecore_plugin instead of dlopen

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/evas/ewl_engine_evas.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_engine_evas.c   23 Aug 2007 05:26:49 -0000      1.17
+++ ewl_engine_evas.c   5 Sep 2007 18:33:25 -0000       1.18
@@ -103,7 +103,6 @@
        info->hooks.canvas = canvas_funcs;
        info->hooks.theme = theme_funcs;
 
-       engine->name = strdup("evas");
        engine->functions = info;
 
        DRETURN_INT(TRUE, DLEVEL_STABLE);
@@ -116,7 +115,6 @@
        DCHECK_PARAM_PTR("engine", engine);
 
        IF_FREE(engine->functions);
-       IF_FREE(engine->name);
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }



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