Enlightenment CVS committal Author : sebastid Project : misc Module : engage
Dir : misc/engage/src/module Modified Files: e_mod_main.c e_mod_main.h Log Message: New module api. =================================================================== RCS file: /cvsroot/enlightenment/misc/engage/src/module/e_mod_main.c,v retrieving revision 1.67 retrieving revision 1.68 diff -u -3 -r1.67 -r1.68 --- e_mod_main.c 24 Sep 2005 02:18:31 -0000 1.67 +++ e_mod_main.c 24 Sep 2005 14:03:47 -0000 1.68 @@ -142,10 +142,10 @@ Ecore_Timer *_engage_zoom_timer; /* public module routines. all modules must have these */ -E_Module_Api e_module_api = +E_Module_Api e_modapi = { E_MODULE_API_VERSION, - "Engage" + "Engage" }; void * @@ -186,7 +186,6 @@ int e_modapi_info(E_Module *m) { - m->label = strdup("Engage"); m->icon_file = strdup(PACKAGE_LIB_DIR "/engage/module/module_icon.png"); return 1; } =================================================================== RCS file: /cvsroot/enlightenment/misc/engage/src/module/e_mod_main.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- e_mod_main.h 24 Sep 2005 02:18:31 -0000 1.19 +++ e_mod_main.h 24 Sep 2005 14:03:47 -0000 1.20 @@ -116,7 +116,7 @@ E_Border *border; }; -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