Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_engines.c ewl_engines.h 


Log Message:
Make the engine path public to allow apps and tests to provide additional
engines.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_engines.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- ewl_engines.c       16 Nov 2007 18:50:57 -0000      1.53
+++ ewl_engines.c       29 Nov 2007 07:34:40 -0000      1.54
@@ -21,8 +21,9 @@
 };
 typedef enum Ewl_Engine_Hook_Type Ewl_Engine_Hook_Type;
 
+Ecore_Path_Group *ewl_engines_path = NULL;
+
 static Ecore_Hash *ewl_engines = NULL;
-static Ecore_Path_Group *ewl_engines_path = NULL;
 static void ewl_engine_free(Ewl_Engine *engine);
 static void **ewl_engine_hooks_get(Ewl_Engine *engine, Ewl_Engine_Hook_Type 
type);
 static void *ewl_engine_hook_get(Ewl_Embed *embed,
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_engines.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- ewl_engines.h       5 Sep 2007 18:33:26 -0000       1.30
+++ ewl_engines.h       29 Nov 2007 07:34:40 -0000      1.31
@@ -149,6 +149,8 @@
                                                suppled by the engine */
 };
 
+extern Ecore_Path_Group *ewl_engines_path;
+
 int             ewl_engines_init(void);
 void            ewl_engines_shutdown(void);
 



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to