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
ce31f2da
Commit
ce31f2da
authored
Mar 23, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Fix a couple of race conditions.
parent
1d453a1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
win.c
dlls/user32/tests/win.c
+2
-1
No files found.
dlls/user32/tests/win.c
View file @
ce31f2da
...
...
@@ -3010,7 +3010,7 @@ static void test_mouse_input(HWND hwnd)
BOOL
ret
;
LRESULT
res
;
ShowWindow
(
hwnd
,
SW_SHOW
);
ShowWindow
(
hwnd
,
SW_SHOW
NORMAL
);
UpdateWindow
(
hwnd
);
SetWindowPos
(
hwnd
,
HWND_TOPMOST
,
0
,
0
,
0
,
0
,
SWP_NOSIZE
|
SWP_NOMOVE
);
...
...
@@ -5218,6 +5218,7 @@ static void run_NCRedrawLoop(UINT flags)
NULL
,
NULL
,
0
,
&
flags
);
ShowWindow
(
hwnd
,
SW_SHOW
);
UpdateWindow
(
hwnd
);
flush_events
(
FALSE
);
while
(
PeekMessage
(
&
msg
,
hwnd
,
0
,
0
,
PM_REMOVE
)
!=
0
)
{
if
(
msg
.
message
==
WM_PAINT
)
loopcount
++
;
...
...
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