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
541a6e1e
Commit
541a6e1e
authored
Jul 20, 2015
by
Alex Henrie
Committed by
Alexandre Julliard
Jul 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Correct spelling of "Invisible".
parent
e2c0c611
Show 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 @
541a6e1e
...
...
@@ -3209,7 +3209,7 @@ static const struct message WmMinimizeMDIchildVisibleSeq[] = {
{
0
}
};
/* ShowWindow(SW_RESTORE) for a not visible MDI child window */
static
const
struct
message
WmRestoreMDIchildInisibleSeq
[]
=
{
static
const
struct
message
WmRestoreMDIchildIn
v
isibleSeq
[]
=
{
{
HCBT_MINMAX
,
hook
|
lparam
,
0
,
SW_RESTORE
},
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
SWP_SHOWWINDOW
|
SWP_FRAMECHANGED
|
SWP_STATECHANGED
},
{
WM_NCCALCSIZE
,
sent
|
wparam
,
1
},
...
...
@@ -3537,7 +3537,7 @@ static void test_mdi_messages(void)
ok_sequence
(
WmHideChildSeq
,
"ShowWindow(SW_HIDE):MDI child"
,
FALSE
);
ShowWindow
(
mdi_child2
,
SW_RESTORE
);
ok_sequence
(
WmRestoreMDIchildInisibleSeq
,
"ShowWindow(SW_RESTORE):invisible MDI child"
,
FALSE
);
ok_sequence
(
WmRestoreMDIchildIn
v
isibleSeq
,
"ShowWindow(SW_RESTORE):invisible MDI child"
,
FALSE
);
flush_sequence
();
ok
(
GetWindowLongA
(
mdi_child2
,
GWL_STYLE
)
&
WS_VISIBLE
,
"MDI child should be visible
\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