Add missing libraries to examples' Makefiles
[dockapps.git] / wmjmail / src / jDockApp / colors.h
blobc2ddd8bfdfc90c9ff7c331e370be65b173e98ed1
1 #ifndef _____COLORS_______________________________________H
2 #define _____COLORS_______________________________________H
4 #define RED 1
5 #define ORANGE 8
6 #define YELLOW 15
7 #define GREEN 22
8 #define BLUE 29
9 #define INDIGO 36
10 #define VIOLET 43
11 #define PINK 50
12 #define CYAN 57
14 #endif