Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: main.c Log Message: - mark code sections with a text colour change =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/main.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- main.c 12 Mar 2006 06:01:46 -0000 1.22 +++ main.c 12 Mar 2006 06:14:29 -0000 1.23 @@ -690,14 +690,14 @@ else if (!strncmp(ptr2, "code", 4)) { ptr2 += strlen("code\n"); - ewl_text_bg_color_set(tutorial, + ewl_text_color_set(tutorial, 128, 128, 128, 255); } else if (!strncmp(ptr2, "endcode", 7)) { ptr2 += strlen("endcode\n"); - ewl_text_bg_color_set(tutorial, - 255, 255, 255, 255); + ewl_text_color_set(tutorial, + 0, 0, 0, 255); } else printf("Didn't match (%s)\n", ptr2); ------------------------------------------------------- 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