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
96f0d1ae
Commit
96f0d1ae
authored
Oct 23, 2019
by
Rémi Bernon
Committed by
Alexandre Julliard
Oct 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Update input test result for w1064v1809.
Signed-off-by:
Rémi Bernon
<
rbernon@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e798001f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
input.c
dlls/user32/tests/input.c
+3
-1
No files found.
dlls/user32/tests/input.c
View file @
96f0d1ae
...
...
@@ -1409,7 +1409,9 @@ static void test_mouse_ll_hook(void)
ok
(
pt_old
.
x
==
149
&&
pt_old
.
y
==
149
,
"Wrong new pos: (%d,%d)
\n
"
,
pt_old
.
x
,
pt_old
.
y
);
mouse_event
(
MOUSEEVENTF_MOVE
,
0
,
0
,
0
,
0
);
GetCursorPos
(
&
pt_old
);
ok
(
pt_old
.
x
==
150
&&
pt_old
.
y
==
150
,
"Wrong new pos: (%d,%d)
\n
"
,
pt_old
.
x
,
pt_old
.
y
);
ok
((
pt_old
.
x
==
150
&&
pt_old
.
y
==
150
)
||
broken
(
pt_old
.
x
==
149
&&
pt_old
.
y
==
149
)
/* w1064v1809 */
,
"Wrong new pos: (%d,%d)
\n
"
,
pt_old
.
x
,
pt_old
.
y
);
mouse_event
(
MOUSEEVENTF_MOVE
,
0
,
0
,
0
,
0
);
GetCursorPos
(
&
pt_old
);
todo_wine
...
...
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