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
9da2bbfa
Commit
9da2bbfa
authored
May 01, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
May 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Remove variable old_left_margin which is not really used from test_margins.
parent
e86c6799
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
edit.c
dlls/user32/tests/edit.c
+1
-2
No files found.
dlls/user32/tests/edit.c
View file @
9da2bbfa
...
...
@@ -1381,13 +1381,12 @@ static void test_margins(void)
{
HWND
hwEdit
;
RECT
old_rect
,
new_rect
;
INT
old_
left_margin
,
old_
right_margin
;
INT
old_right_margin
;
DWORD
old_margins
,
new_margins
;
hwEdit
=
create_editcontrol
(
WS_BORDER
|
ES_AUTOHSCROLL
|
ES_AUTOVSCROLL
,
0
);
old_margins
=
SendMessage
(
hwEdit
,
EM_GETMARGINS
,
0
,
0
);
old_left_margin
=
LOWORD
(
old_margins
);
old_right_margin
=
HIWORD
(
old_margins
);
/* Check if setting the margins works */
...
...
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