Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
113f573b
Commit
113f573b
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: Change the desktop colour and pattern to match win2k.
parent
91d2b609
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
sysparams.c
dlls/user32/sysparams.c
+2
-3
No files found.
dlls/user32/sysparams.c
View file @
113f573b
...
...
@@ -88,7 +88,7 @@ enum spi_index
static
const
char
*
const
DefSysColors
[]
=
{
"Scrollbar"
,
"212 208 200"
,
/* COLOR_SCROLLBAR */
"Background"
,
"
0 128 128
"
,
/* COLOR_BACKGROUND */
"Background"
,
"
58 110 165
"
,
/* COLOR_BACKGROUND */
"ActiveTitle"
,
"0 0 128"
,
/* COLOR_ACTIVECAPTION */
"InactiveTitle"
,
"128 128 128"
,
/* COLOR_INACTIVECAPTION */
"Menu"
,
"212 208 200"
,
/* COLOR_MENU */
...
...
@@ -261,8 +261,7 @@ static const WCHAR MessageFontSize[]= {'M','e','s','s','a
static
const
WCHAR
System
[]
=
{
'S'
,
'y'
,
's'
,
't'
,
'e'
,
'm'
,
0
};
static
const
WCHAR
IconTitleSize
[]
=
{
'I'
,
'c'
,
'o'
,
'n'
,
'T'
,
'i'
,
't'
,
'l'
,
'e'
,
'S'
,
'i'
,
'z'
,
'e'
,
0
};
static
const
WCHAR
IconTitleFaceName
[]
=
{
'I'
,
'c'
,
'o'
,
'n'
,
'T'
,
'i'
,
't'
,
'l'
,
'e'
,
'F'
,
'a'
,
'c'
,
'e'
,
'N'
,
'a'
,
'm'
,
'e'
,
0
};
static
const
WCHAR
defPattern
[]
=
{
'1'
,
'7'
,
'0'
,
' '
,
'8'
,
'5'
,
' '
,
'1'
,
'7'
,
'0'
,
' '
,
'8'
,
'5'
,
' '
,
'1'
,
'7'
,
'0'
,
' '
,
'8'
,
'5'
,
' '
,
'1'
,
'7'
,
'0'
,
' '
,
'8'
,
'5'
,
0
};
static
const
WCHAR
defPattern
[]
=
{
'0'
,
' '
,
'0'
,
' '
,
'0'
,
' '
,
'0'
,
' '
,
'0'
,
' '
,
'0'
,
' '
,
'0'
,
' '
,
'0'
,
0
};
static
const
WCHAR
CSu
[]
=
{
'%'
,
'u'
,
0
};
static
const
WCHAR
CSd
[]
=
{
'%'
,
'd'
,
0
};
...
...
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