Enlightenment CVS committal Author : rbdpngn Project : e17 Module : proto
Dir : e17/proto/entropy/src/dialogs Modified Files: ewl_interaction_dialog.c ewl_rename_dialog.c Log Message: Use static to fix compilation on OS X. =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/dialogs/ewl_interaction_dialog.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_interaction_dialog.c 2 Feb 2006 21:58:31 -0000 1.2 +++ ewl_interaction_dialog.c 24 Feb 2006 06:30:16 -0000 1.3 @@ -4,7 +4,7 @@ #include <limits.h> #include <dlfcn.h> -Ewl_Widget* rename_text_widget; +static Ewl_Widget* rename_text_widget; void ewl_entropy_user_interaction_dialog_cb(Ewl_Widget* w, void* ev_data, void* user_data) { =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/dialogs/ewl_rename_dialog.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_rename_dialog.c 18 Jan 2006 06:27:31 -0000 1.2 +++ ewl_rename_dialog.c 24 Feb 2006 06:30:16 -0000 1.3 @@ -4,7 +4,7 @@ #include <limits.h> #include <dlfcn.h> -Ewl_Widget* rename_text_widget; +static Ewl_Widget* rename_text_widget; void ewl_rename_dialog_rename_cb(Ewl_Widget* w, void* ev_data, void* user_data) { ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs