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
39a4b5fa
Commit
39a4b5fa
authored
Feb 07, 2012
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Feb 07, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Fix a couple of typos.
parent
48a2a467
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
win.c
dlls/user32/tests/win.c
+6
-6
No files found.
dlls/user32/tests/win.c
View file @
39a4b5fa
...
...
@@ -6957,10 +6957,10 @@ static int window_to_index(HWND hwnd, HWND *window, int size)
static
void
test_child_window_from_point
(
void
)
{
static
int
real_child_pos
[]
=
{
14
,
15
,
16
,
17
,
18
,
19
,
20
,
21
,
24
,
25
,
26
,
27
,
42
,
43
,
44
,
45
,
46
,
47
,
48
,
49
,
52
,
53
,
54
,
55
,
51
,
50
,
23
,
22
,
-
1
};
static
int
real_child_pos_nt4
[]
=
{
14
,
15
,
16
,
17
,
20
,
21
,
24
,
25
,
26
,
27
,
42
,
43
,
44
,
45
,
48
,
49
,
52
,
53
,
54
,
55
,
51
,
50
,
47
,
46
,
23
,
22
,
19
,
18
,
-
1
};
static
const
int
real_child_pos
[]
=
{
14
,
15
,
16
,
17
,
18
,
19
,
20
,
21
,
24
,
25
,
26
,
27
,
42
,
43
,
44
,
45
,
46
,
47
,
48
,
49
,
52
,
53
,
54
,
55
,
51
,
50
,
23
,
22
,
-
1
};
static
const
int
real_child_pos_nt4
[]
=
{
14
,
15
,
16
,
17
,
20
,
21
,
24
,
25
,
26
,
27
,
42
,
43
,
44
,
45
,
48
,
49
,
52
,
53
,
54
,
55
,
51
,
50
,
47
,
46
,
23
,
22
,
19
,
18
,
-
1
};
WNDCLASSA
cls
;
HWND
hwnd
,
parent
,
window
[
100
];
POINT
pt
;
...
...
@@ -7042,9 +7042,9 @@ static void test_child_window_from_point(void)
ok
(
found_disabled
,
"found %d disabled windows
\n
"
,
found_disabled
);
todo_wine
ok
(
found_groupbox
==
4
,
"found %d groupbox windows
\n
"
,
found_groupbox
);
ok
(
found_httransparent
,
"found %d
found_
httransparent windows
\n
"
,
found_httransparent
);
ok
(
found_httransparent
,
"found %d httransparent windows
\n
"
,
found_httransparent
);
todo_wine
ok
(
found_extransparent
,
"found %d
found_
extransparent windows
\n
"
,
found_extransparent
);
ok
(
found_extransparent
,
"found %d extransparent windows
\n
"
,
found_extransparent
);
ret
=
UnregisterClass
(
"my_button"
,
cls
.
hInstance
);
ok
(
ret
,
"UnregisterClass(my_button) failed
\n
"
);
...
...
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