mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fix COLOR_3DLIGHT SysColour (or SysColor for our US friends).
Patch by tamlin. svn path=/trunk/; revision=6958
This commit is contained in:
parent
24e3b63b61
commit
2007f3dbe9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: defwnd.c,v 1.109 2003/12/10 16:59:00 weiden Exp $
|
||||
/* $Id: defwnd.c,v 1.110 2003/12/11 16:24:06 gvg Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
|
@ -71,7 +71,7 @@ static COLORREF SysColours[] =
|
|||
RGB(192, 192, 192) /* COLOR_INACTIVECAPTIONTEXT */,
|
||||
RGB(255, 255, 255) /* COLOR_BTNHILIGHT */,
|
||||
RGB(32, 32, 32) /* COLOR_3DDKSHADOW */,
|
||||
RGB(224, 224, 224) /* COLOR_3DLIGHT */,
|
||||
RGB(192, 192, 192) /* COLOR_3DLIGHT */,
|
||||
RGB(0, 0, 0) /* COLOR_INFOTEXT */,
|
||||
RGB(255, 255, 192) /* COLOR_INFOBK */,
|
||||
RGB(180, 180, 180) /* COLOR_ALTERNATEBTNFACE */,
|
||||
|
|
Loading…
Reference in a new issue