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
e3219fa4
Commit
e3219fa4
authored
May 29, 2013
by
Sergey Guralnik
Committed by
Alexandre Julliard
May 29, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Fix a typo.
parent
3108f3cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
win.c
dlls/user32/tests/win.c
+2
-2
No files found.
dlls/user32/tests/win.c
View file @
e3219fa4
...
...
@@ -7353,12 +7353,12 @@ static void test_update_region(void)
rgn1
=
CreateRectRgn
(
0
,
0
,
0
,
0
);
ok
(
GetUpdateRgn
(
parent
,
rgn1
,
FALSE
)
==
NULLREGION
,
"has invalid area after ValidRgn(NULL)
\n
"
);
"has invalid area after Valid
ate
Rgn(NULL)
\n
"
);
GetUpdateRgn
(
hwnd
,
rgn1
,
FALSE
);
rgn2
=
CreateRectRgnIndirect
(
&
rc
);
ok
(
EqualRgn
(
rgn1
,
rgn2
),
"assigned and retrieved update regions are different
\n
"
);
ok
(
GetUpdateRgn
(
child
,
rgn2
,
FALSE
)
==
NULLREGION
,
"has invalid area after ValidRgn(NULL)
\n
"
);
"has invalid area after Valid
ate
Rgn(NULL)
\n
"
);
SetWindowPos
(
hwnd
,
0
,
wnd_orig
.
x
,
wnd_orig
.
y
,
0
,
0
,
SWP_NOZORDER
|
SWP_NOACTIVATE
|
SWP_NOSIZE
);
...
...
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