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
a657e5f6
Commit
a657e5f6
authored
Jun 17, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Make the default non-client metrics scalable with the resolution.
parent
9ac7cc83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
sysparams.c
dlls/user32/sysparams.c
+11
-11
No files found.
dlls/user32/sysparams.c
View file @
a657e5f6
...
...
@@ -1181,18 +1181,18 @@ static BOOL_ENTRY_MIRROR( ICONTITLEWRAP, TRUE );
static
YESNO_ENTRY
(
BEEP
,
TRUE
);
static
TWIPS_ENTRY
(
BORDER
,
1
);
static
TWIPS_ENTRY
(
CAPTIONHEIGHT
,
18
);
static
TWIPS_ENTRY
(
CAPTIONWIDTH
,
18
);
static
TWIPS_ENTRY
(
ICONHORIZONTALSPACING
,
7
5
);
static
TWIPS_ENTRY
(
ICONVERTICALSPACING
,
7
5
);
static
TWIPS_ENTRY
(
MENUHEIGHT
,
18
);
static
TWIPS_ENTRY
(
MENUWIDTH
,
18
);
static
TWIPS_ENTRY
(
BORDER
,
-
15
);
static
TWIPS_ENTRY
(
CAPTIONHEIGHT
,
-
270
);
static
TWIPS_ENTRY
(
CAPTIONWIDTH
,
-
270
);
static
TWIPS_ENTRY
(
ICONHORIZONTALSPACING
,
-
112
5
);
static
TWIPS_ENTRY
(
ICONVERTICALSPACING
,
-
112
5
);
static
TWIPS_ENTRY
(
MENUHEIGHT
,
-
270
);
static
TWIPS_ENTRY
(
MENUWIDTH
,
-
270
);
static
TWIPS_ENTRY
(
PADDEDBORDERWIDTH
,
0
);
static
TWIPS_ENTRY
(
SCROLLHEIGHT
,
16
);
static
TWIPS_ENTRY
(
SCROLLWIDTH
,
16
);
static
TWIPS_ENTRY
(
SMCAPTIONHEIGHT
,
1
5
);
static
TWIPS_ENTRY
(
SMCAPTIONWIDTH
,
13
);
static
TWIPS_ENTRY
(
SCROLLHEIGHT
,
-
240
);
static
TWIPS_ENTRY
(
SCROLLWIDTH
,
-
240
);
static
TWIPS_ENTRY
(
SMCAPTIONHEIGHT
,
-
22
5
);
static
TWIPS_ENTRY
(
SMCAPTIONWIDTH
,
-
225
);
static
DWORD_ENTRY
(
ACTIVEWINDOWTRACKING
,
0
);
static
DWORD_ENTRY
(
ACTIVEWNDTRKTIMEOUT
,
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