Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e_modules
Dir : e17/apps/e_modules/src/modules/flame 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/flame/e_mod_main.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- e_mod_main.c 23 Sep 2005 17:36:47 -0000 1.3 +++ e_mod_main.c 24 Sep 2005 13:59:21 -0000 1.4 @@ -40,7 +40,7 @@ char *_flame_module_dir; /* public module routines. all modules must have these */ -E_Module_Api e_module_api = +E_Module_Api e_modapi = { E_MODULE_API_VERSION, "Flame" @@ -92,7 +92,6 @@ int e_modapi_info (E_Module *m) { - m->label = strdup("Flame"); m->icon_file = strdup(PACKAGE_LIB_DIR "/e_modules/flame/module_icon.png"); return 1; =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_modules/src/modules/flame/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 @@ -57,7 +57,7 @@ Ecore_Event_Handler *ev_handler_container_resize; }; -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