Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
91d2b609
Commit
91d2b609
authored
Nov 21, 2007
by
Divan Burger
Committed by
Alexandre Julliard
Nov 21, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Fix colours to match exactly with Windows 2000.
parent
1dbaa8c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sysparams.c
dlls/user32/sysparams.c
+2
-2
No files found.
dlls/user32/sysparams.c
View file @
91d2b609
...
...
@@ -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"
,
"2
24 224 224
"
,
/* COLOR_3DLIGHT */
"ButtonDkShadow"
,
"
64 64 64"
,
/* COLOR_3DDKSHADOW */
"ButtonLight"
,
"2
12 208 200
"
,
/* COLOR_3DLIGHT */
"InfoText"
,
"0 0 0"
,
/* COLOR_INFOTEXT */
"InfoWindow"
,
"255 255 225"
,
/* COLOR_INFOBK */
"ButtonAlternateFace"
,
"180 180 180"
,
/* COLOR_ALTERNATEBTNFACE */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment