Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_init.c Log Message: internal calls within a file are static, not EAPI. init variables with some constant =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_init.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- e_init.c 8 Mar 2005 06:51:21 -0000 1.10 +++ e_init.c 8 Mar 2005 07:24:39 -0000 1.11 @@ -3,7 +3,7 @@ */ #include "e.h" -EAPI void _e_init_icons_del(void); +static void _e_init_icons_del(void); /* local subsystem globals */ static Ecore_X_Window _e_init_win = 0; @@ -13,8 +13,8 @@ static Evas_Object *_e_init_icon_box = NULL; /* startup icons */ -static Evas_Coord _e_init_icon_size; -static Evas_List *_e_init_icon_list; +static Evas_Coord _e_init_icon_size = 0; +static Evas_List *_e_init_icon_list = NULL; /* externally accessible functions */ int @@ -191,7 +191,7 @@ _e_init_icon_list = evas_list_append(_e_init_icon_list, o); } -void +static void _e_init_icons_del(void) { Evas_Object *next; ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs