Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_engine_evas_buffer.c 


Log Message:
use ecore_plugin instead of dlopen

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/evas_buffer/ewl_engine_evas_buffer.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- ewl_engine_evas_buffer.c    23 Aug 2007 05:26:49 -0000      1.14
+++ ewl_engine_evas_buffer.c    5 Sep 2007 18:33:25 -0000       1.15
@@ -63,7 +63,6 @@
        info->shutdown = ee_shutdown;
        info->hooks.canvas = canvas_funcs;
 
-       engine->name = strdup("evas_buffer");
        engine->functions = info;
 
        DRETURN_INT(TRUE, DLEVEL_STABLE);
@@ -76,7 +75,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