Enlightenment CVS committal

Author  : sebastid
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        e_mod_main.c e_mod_main.h 


Log Message:
New module api

===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/e_mod_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_main.c        23 Sep 2005 17:23:04 -0000      1.6
+++ e_mod_main.c        24 Sep 2005 13:55:34 -0000      1.7
@@ -31,7 +31,7 @@
 
 /* public module routines. all modules must have these */
 
-E_Module_Api e_module_api = {
+E_Module_Api e_modapi = {
        E_MODULE_API_VERSION,
        "Embrace"
 };
@@ -93,10 +93,7 @@
 {
 #if 0
        char buf[4096];
-#endif
 
-       module->label = strdup ( _("Embrace"));
-#if 0
        snprintf (buf, sizeof (buf), "%s/module_icon.png", e_module_dir_get 
(module));
        module->icon_file = strdup (buf);
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/e_mod_main.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_main.h        23 Sep 2005 17:23:04 -0000      1.2
+++ e_mod_main.h        24 Sep 2005 13:55:34 -0000      1.3
@@ -1,7 +1,7 @@
 #ifndef E_MOD_MAIN_H
 #define E_MOD_MAIN_H
 
-extern E_Module_Api e_module_api;
+extern E_Module_Api e_modapi;
 
 EAPI void *e_modapi_init     (E_Module *module);
 EAPI int   e_modapi_shutdown (E_Module *module);




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to