Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e_modules

Dir     : e17/apps/e_modules/src/modules/snow


Modified Files:
        e_mod_main.c e_mod_main.h 


Log Message:
New module api.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/snow/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:36:47 -0000      1.6
+++ e_mod_main.c        24 Sep 2005 13:59:21 -0000      1.7
@@ -22,7 +22,7 @@
 static void        _snow_cb_show_trees(void *data, E_Menu *m, E_Menu_Item *mi);
 
 /* public module routines. all modules must have these */
-E_Module_Api e_module_api =
+E_Module_Api e_modapi =
 {
    E_MODULE_API_VERSION,
    "Snow"
@@ -71,7 +71,6 @@
 int
 e_modapi_info(E_Module *m)
 {
-   m->label = strdup("Snow");
    m->icon_file = strdup(PACKAGE_LIB_DIR "/e_modules/snow/module_icon.png");
    return 1;
 }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/snow/e_mod_main.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.h        23 Sep 2005 17:36:47 -0000      1.3
+++ e_mod_main.h        24 Sep 2005 13:59:21 -0000      1.4
@@ -33,7 +33,7 @@
    int             speed;
 };
 
-extern E_Module_Api e_module_api;
+extern E_Module_Api e_modapi;
 
 EAPI void *e_modapi_init     (E_Module *m);
 EAPI int   e_modapi_shutdown (E_Module *m);




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