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
f59540dd
Commit
f59540dd
authored
Aug 04, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Fix a number of message sequence tests that could sometimes fail.
parent
2b1c4ba1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
msg.c
dlls/user32/tests/msg.c
+0
-0
win.c
dlls/user32/tests/win.c
+3
-0
No files found.
dlls/user32/tests/msg.c
View file @
f59540dd
This diff is collapsed.
Click to expand it.
dlls/user32/tests/win.c
View file @
f59540dd
...
...
@@ -2265,6 +2265,7 @@ static void test_SetActiveWindow(HWND hwnd)
{
HWND
hwnd2
;
flush_events
(
TRUE
);
ShowWindow
(
hwnd
,
SW_HIDE
);
SetFocus
(
0
);
SetActiveWindow
(
0
);
...
...
@@ -2320,6 +2321,7 @@ static void test_SetForegroundWindow(HWND hwnd)
BOOL
ret
;
HWND
hwnd2
;
flush_events
(
TRUE
);
ShowWindow
(
hwnd
,
SW_HIDE
);
SetFocus
(
0
);
SetActiveWindow
(
0
);
...
...
@@ -2551,6 +2553,7 @@ static void test_keyboard_input(HWND hwnd)
MSG
msg
;
BOOL
ret
;
flush_events
(
TRUE
);
ShowWindow
(
hwnd
,
SW_SHOW
);
UpdateWindow
(
hwnd
);
flush_events
(
TRUE
);
...
...
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