From d1a8285f818eb7e5c3d6a05709ea21a808490b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 19 Mar 2018 19:55:58 +0100 Subject: New upstream version 5.1.0 --- app/wlib/include/wcolors.h | 80 +++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'app/wlib/include/wcolors.h') diff --git a/app/wlib/include/wcolors.h b/app/wlib/include/wcolors.h index 46d15a8..525c98f 100644 --- a/app/wlib/include/wcolors.h +++ b/app/wlib/include/wcolors.h @@ -1,42 +1,42 @@ /* Some colors */ -#define wDrawColorWhite (0) -#define wDrawColorBlack (1) -#define wDrawColorRed (2) -#define wDrawColorGreen (3) -#define wDrawColorBlue (4) -#define wDrawColorYellow (5) -#define wDrawColorPurple (6) -#define wDrawColorAqua (7) -#define wDrawColorDkRed (8) -#define wDrawColorDkGreen (9) -#define wDrawColorDkBlue (10) -#define wDrawColorDkYellow (11) -#define wDrawColorDkPurple (12) -#define wDrawColorDkAqua (13) -#define wDrawColorRoyalBlue (14) -#define wDrawColorDeepSkyBlue (15) -#define wDrawColorLightSkyBlue (16) -#define wDrawColorSteelBlue (17) -#define wDrawColorPowderBlue (18) -#define wDrawColorAquamarine (19) -#define wDrawColorSeaGreen (20) -#define wDrawColorPaleGreen (21) -#define wDrawColorLawnGreen (22) -#define wDrawColorLimeGreen (23) -#define wDrawColorForestGreen (24) -#define wDrawColorGold (25) -#define wDrawColorRosyBrown (26) -#define wDrawColorSaddleBrown (27) -#define wDrawColorBeige (28) -#define wDrawColorTan (29) -#define wDrawColorChocolate (30) -#define wDrawColorBrown (31) -#define wDrawColorOrange (32) -#define wDrawColorCoral (33) -#define wDrawColorTomato (34) -#define wDrawColorHotPink (35) -#define wDrawColorPink (36) -#define wDrawColorMaroon (37) -#define wDrawColorViolet (38) -#define wDrawColorPurple2 (39) +//#define wDrawColorWhite (0) +//#define wDrawColorBlack (1) +//#define wDrawColorRed (2) +//#define wDrawColorGreen (3) +//#define wDrawColorBlue (4) +//#define wDrawColorYellow (5) +//#define wDrawColorPurple (6) +//#define wDrawColorAqua (7) +//#define wDrawColorDkRed (8) +//#define wDrawColorDkGreen (9) +//#define wDrawColorDkBlue (10) +//#define wDrawColorDkYellow (11) +//#define wDrawColorDkPurple (12) +//#define wDrawColorDkAqua (13) +//#define wDrawColorRoyalBlue (14) +//#define wDrawColorDeepSkyBlue (15) +//#define wDrawColorLightSkyBlue (16) +//#define wDrawColorSteelBlue (17) +//#define wDrawColorPowderBlue (18) +//#define wDrawColorAquamarine (19) +//#define wDrawColorSeaGreen (20) +//#define wDrawColorPaleGreen (21) +//#define wDrawColorLawnGreen (22) +//#define wDrawColorLimeGreen (23) +//#define wDrawColorForestGreen (24) +//#define wDrawColorGold (25) +//#define wDrawColorRosyBrown (26) +//#define wDrawColorSaddleBrown (27) +//#define wDrawColorBeige (28) +//#define wDrawColorTan (29) +//#define wDrawColorChocolate (30) +//#define wDrawColorBrown (31) +//#define wDrawColorOrange (32) +//#define wDrawColorCoral (33) +//#define wDrawColorTomato (34) +//#define wDrawColorHotPink (35) +//#define wDrawColorPink (36) +//#define wDrawColorMaroon (37) +//#define wDrawColorViolet (38) +//#define wDrawColorPurple2 (39) -- cgit v1.2.3