Module: wine Branch: master Commit: 91d2b609c3d13ee7a2fcdf5529a8c0ea9d6f7266 URL: http://source.winehq.org/git/wine.git/?a=commit;h=91d2b609c3d13ee7a2fcdf5529...
Author: Divan Burger divan.burger@gmail.com Date: Wed Nov 21 09:10:11 2007 +0200
user32: Fix colours to match exactly with Windows 2000.
---
dlls/user32/sysparams.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/user32/sysparams.c b/dlls/user32/sysparams.c index 3c314f9..60afd2e 100644 --- a/dlls/user32/sysparams.c +++ b/dlls/user32/sysparams.c @@ -108,8 +108,8 @@ static const char * const DefSysColors[] = "ButtonText", "0 0 0", /* COLOR_BTNTEXT */ "InactiveTitleText", "212 208 200", /* COLOR_INACTIVECAPTIONTEXT */ "ButtonHilight", "255 255 255", /* COLOR_BTNHIGHLIGHT */ - "ButtonDkShadow", "0 0 0", /* COLOR_3DDKSHADOW */ - "ButtonLight", "224 224 224", /* COLOR_3DLIGHT */ + "ButtonDkShadow", "64 64 64", /* COLOR_3DDKSHADOW */ + "ButtonLight", "212 208 200", /* COLOR_3DLIGHT */ "InfoText", "0 0 0", /* COLOR_INFOTEXT */ "InfoWindow", "255 255 225", /* COLOR_INFOBK */ "ButtonAlternateFace", "180 180 180", /* COLOR_ALTERNATEBTNFACE */