|
From: Henri A. <has...@us...> - 2004-10-29 00:09:57
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16075 Modified Files: opdisplay.c Log Message: Centralized all colors into quickdraw.c. Index: opdisplay.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/opdisplay.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** opdisplay.c 23 Oct 2004 22:39:22 -0000 1.2 --- opdisplay.c 29 Oct 2004 00:09:40 -0000 1.3 *************** *** 49,68 **** - static RGBColor lightgreencolor = {52428, 65535, 52428}; - - static RGBColor lightredcolor = {65535, 52428, 52428}; - - static RGBColor darkredcolor = {32767, 0, 0}; - - static RGBColor darkbluecolor = {0, 0, 32767}; - - static RGBColor darkgreencolor = {0, 32767, 0}; - - static RGBColor verydarkgreencolor = {0, 32767 / 4, 0}; - - static RGBColor mediumgraycolor = {52428, 52428, 52428}; - - static RGBColor yellowcolor = {64512, 62333, 1327}; - static RGBColor invertedbackcolor, invertedtextcolor; --- 49,52 ---- |