Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_engine_x11.c 


Log Message:
use ecore_plugin instead of dlopen

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/x11/ewl_engine_x11.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- ewl_engine_x11.c    23 Aug 2007 05:26:50 -0000      1.52
+++ ewl_engine_x11.c    5 Sep 2007 18:33:25 -0000       1.53
@@ -295,7 +295,6 @@
        info->hooks.window = window_funcs;
        info->hooks.pointer = pointer_funcs;
 
-       engine->name = strdup("x11");
        engine->functions = info;
 
        DRETURN_INT(TRUE, DLEVEL_STABLE);
@@ -382,7 +381,6 @@
        ecore_x_shutdown();
 
        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