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
1aff3528
Commit
1aff3528
authored
Nov 22, 2007
by
Divan Burger
Committed by
Alexandre Julliard
Nov 28, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32, wine.inf: Enable title bar gradients and match colours with win2k.
parent
9c6fca1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
sysparams.c
dlls/user32/sysparams.c
+4
-4
wine.inf
tools/wine.inf
+1
-1
No files found.
dlls/user32/sysparams.c
View file @
1aff3528
...
...
@@ -88,8 +88,8 @@ enum spi_index
static
const
char
*
const
DefSysColors
[]
=
{
"Scrollbar"
,
"212 208 200"
,
/* COLOR_SCROLLBAR */
"Background"
,
"58 110 165"
,
/* COLOR_BACKGROUND */
"ActiveTitle"
,
"
0 0 128"
,
/* COLOR_ACTIVECAPTION */
"Background"
,
"58 110 165"
,
/* COLOR_BACKGROUND */
"ActiveTitle"
,
"
10 36 106"
,
/* COLOR_ACTIVECAPTION */
"InactiveTitle"
,
"128 128 128"
,
/* COLOR_INACTIVECAPTION */
"Menu"
,
"212 208 200"
,
/* COLOR_MENU */
"Window"
,
"255 255 255"
,
/* COLOR_WINDOW */
...
...
@@ -114,8 +114,8 @@ static const char * const DefSysColors[] =
"InfoWindow"
,
"255 255 225"
,
/* COLOR_INFOBK */
"ButtonAlternateFace"
,
"180 180 180"
,
/* COLOR_ALTERNATEBTNFACE */
"HotTrackingColor"
,
"0 0 255"
,
/* COLOR_HOTLIGHT */
"GradientActiveTitle"
,
"16
132 208"
,
/* COLOR_GRADIENTACTIVECAPTION */
"GradientInactiveTitle"
,
"1
81 181 181
"
,
/* COLOR_GRADIENTINACTIVECAPTION */
"GradientActiveTitle"
,
"16
6 202 240"
,
/* COLOR_GRADIENTACTIVECAPTION */
"GradientInactiveTitle"
,
"1
92 192 192
"
,
/* COLOR_GRADIENTINACTIVECAPTION */
"MenuHilight"
,
"0 0 0"
,
/* COLOR_MENUHILIGHT */
"MenuBar"
,
"212 208 200"
/* COLOR_MENUBAR */
};
...
...
tools/wine.inf
View file @
1aff3528
...
...
@@ -206,7 +206,7 @@ HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;user32;gdi32;advapi32
HKCU,%Desktop%,"FontSmoothing",2,"0"
HKCU,%Desktop%,"DragFullWindows",2,"0"
HKCU,%Desktop%,"SmoothScroll",3,00,00,00,00
HKCU,%Desktop%,"UserPreferencemask",3,
0
0,00,00,00
HKCU,%Desktop%,"UserPreferencemask",3,
1
0,00,00,00
HKCU,%Desktop%,"LowPowerActive",,"0"
[Metrics]
...
...
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