summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-08-29 14:46:15 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-08-29 14:46:15 +0000
commit93b32a730e963e18a97e32e8f465957a1472acc8 (patch)
tree904f8613190c8a8ac971c6585b823a728911b875 /src
parentaa54783ffd0e4a9b339556b2cdc5f528bfbfa3c4 (diff)
downloadfpGUI-93b32a730e963e18a97e32e8f465957a1472acc8.tar.xz
* Implemented a clHintWindow color
Diffstat (limited to 'src')
-rw-r--r--src/corelib/fpgfx.pas2
-rw-r--r--src/corelib/predefinedcolors.inc2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/fpgfx.pas b/src/corelib/fpgfx.pas
index 51acc550..7dc0e469 100644
--- a/src/corelib/fpgfx.pas
+++ b/src/corelib/fpgfx.pas
@@ -1382,6 +1382,8 @@ begin
fpgSetNamedColor(clUnset, $D0D0FF);
fpgSetNamedColor(clMenuText, $000000);
fpgSetNamedColor(clMenuDisabled, $909090);
+ fpgSetNamedColor(clHintWindow, $FFFFBF);
+
// Global Font Objects
DefaultFont := fpgGetFont(fpgGetNamedFontDesc('Label1'));
diff --git a/src/corelib/predefinedcolors.inc b/src/corelib/predefinedcolors.inc
index 1dba65bd..897a528d 100644
--- a/src/corelib/predefinedcolors.inc
+++ b/src/corelib/predefinedcolors.inc
@@ -62,7 +62,7 @@
clUnset = TfpgColor(cl_BaseNamedColor + 24); // $80000018;
clMenuText = TfpgColor(cl_BaseNamedColor + 25); // $80000019;
clMenuDisabled = TfpgColor(cl_BaseNamedColor + 26); // $8000001A;
-// clHintWindow = TfpgColor(cl
+ clHintWindow = TfpgColor(cl_BaseNamedColor + 27); // $8000001B;