repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing libraries to examples' Makefiles
[dockapps.git]
/
wmjmail
/
src
/
jDockApp
/
colors.h
blob
c2ddd8bfdfc90c9ff7c331e370be65b173e98ed1
1
#ifndef _____COLORS_______________________________________H
2
#define _____COLORS_______________________________________H
3
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
13
14
#endif