Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests Modified Files: ewl_colorpicker.c ewl_image.c Log Message: Fix variable definitions =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_colorpicker.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_colorpicker.c 13 Jul 2006 19:43:24 -0000 1.7 +++ ewl_colorpicker.c 6 Aug 2006 01:55:48 -0000 1.8 @@ -66,10 +66,10 @@ static void color_value_changed(Ewl_Widget *w, void *ev __UNUSED__, void *data __UNUSED__) { - int r, g, b; + unsigned int r, g, b; ewl_colorpicker_current_rgb_get(EWL_COLORPICKER(w), &r, &g, &b); - printf("value changed to (%i, %i, %i)\n", r, g, b); + printf("value changed to (%u, %u, %u)\n", r, g, b); } =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_image.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- ewl_image.c 13 Jul 2006 19:43:24 -0000 1.10 +++ ewl_image.c 6 Aug 2006 01:55:48 -0000 1.11 @@ -336,7 +336,7 @@ e = ev; if (e->response == EWL_STOCK_OK) { - char *path; + const char *path; char *filename; char *file; int l1; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs