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
ec5e295e
Commit
ec5e295e
authored
Jul 11, 2007
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Flush messages more aggressively in a couple of tests.
parent
0db109ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
msg.c
dlls/user32/tests/msg.c
+2
-2
No files found.
dlls/user32/tests/msg.c
View file @
ec5e295e
...
...
@@ -5868,7 +5868,7 @@ static void test_accelerators(void)
rc
.
top
+=
(
rc
.
bottom
-
rc
.
top
)
/
2
;
SetCursorPos
(
rc
.
left
,
rc
.
top
);
pump_msg_loop
(
hwnd
,
0
);
flush_events
(
);
flush_sequence
();
keybd_event
(
VK_MENU
,
0
,
0
,
0
);
mouse_event
(
MOUSEEVENTF_LEFTDOWN
,
0
,
0
,
0
,
0
);
...
...
@@ -8554,7 +8554,7 @@ static void test_TrackMouseEvent(void)
* window and hittest, otherwise TrackMouseEvent calls don't have any
* effect.
*/
while
(
PeekMessage
(
&
msg
,
0
,
0
,
0
,
PM_REMOVE
))
DispatchMessage
(
&
msg
);
flush_events
(
);
flush_sequence
();
track_query
(
0
,
NULL
,
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