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
17c907e6
Commit
17c907e6
authored
Apr 25, 2008
by
James Hawkins
Committed by
Alexandre Julliard
Apr 28, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Fix a test that fails on platforms without IME.
parent
cf38e4c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
msg.c
dlls/user32/tests/msg.c
+5
-5
No files found.
dlls/user32/tests/msg.c
View file @
17c907e6
...
@@ -318,13 +318,13 @@ static const struct message WmSwitchNotMaximizedChild[] = {
...
@@ -318,13 +318,13 @@ static const struct message WmSwitchNotMaximizedChild[] = {
{
WM_NCACTIVATE
,
sent
|
wparam
|
defwinproc
,
1
},
/* in the 2nd MDI child */
{
WM_NCACTIVATE
,
sent
|
wparam
|
defwinproc
,
1
},
/* in the 2nd MDI child */
{
WM_SETVISIBLE
,
hook
},
/* in the 1st MDI child */
{
WM_SETVISIBLE
,
hook
},
/* in the 1st MDI child */
{
WM_KILLFOCUS
,
sent
|
defwinproc
},
/* in the 1st MDI child */
{
WM_KILLFOCUS
,
sent
|
defwinproc
},
/* in the 1st MDI child */
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
},
/* in the 1st MDI child */
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
/* in the 1st MDI child */
{
WM_IME_SETCONTEXT
,
sent
},
/* in the MDI client */
{
WM_IME_SETCONTEXT
,
sent
|
optional
},
/* in the MDI client */
{
WM_SETFOCUS
,
sent
,
0
},
/* in the MDI client */
{
WM_SETFOCUS
,
sent
,
0
},
/* in the MDI client */
{
WM_SETVISIBLE
,
hook
},
{
WM_SETVISIBLE
,
hook
},
{
WM_KILLFOCUS
,
sent
},
/* in the MDI client */
{
WM_KILLFOCUS
,
sent
},
/* in the MDI client */
{
WM_IME_SETCONTEXT
,
sent
},
/* in the MDI client */
{
WM_IME_SETCONTEXT
,
sent
|
optional
},
/* in the MDI client */
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
},
/* in the 1st MDI child */
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
/* in the 1st MDI child */
{
WM_SETFOCUS
,
sent
|
defwinproc
},
/* in the 2nd MDI child */
{
WM_SETFOCUS
,
sent
|
defwinproc
},
/* in the 2nd MDI child */
{
WM_MDIACTIVATE
,
sent
|
defwinproc
},
/* in the 2nd MDI child */
{
WM_MDIACTIVATE
,
sent
|
defwinproc
},
/* in the 2nd MDI child */
{
WM_WINDOWPOSCHANGED
,
sent
|
wparam
,
SWP_NOSIZE
|
SWP_NOMOVE
|
SWP_NOCLIENTSIZE
|
SWP_NOCLIENTMOVE
},
/* in the 2nd MDI child */
{
WM_WINDOWPOSCHANGED
,
sent
|
wparam
,
SWP_NOSIZE
|
SWP_NOMOVE
|
SWP_NOCLIENTSIZE
|
SWP_NOCLIENTMOVE
},
/* in the 2nd MDI child */
...
@@ -3411,7 +3411,7 @@ static void test_mdi_messages(void)
...
@@ -3411,7 +3411,7 @@ static void test_mdi_messages(void)
flush_sequence
();
flush_sequence
();
SendMessageA
(
mdi_client
,
WM_MDIACTIVATE
,
(
WPARAM
)
mdi_child2
,
0
);
SendMessageA
(
mdi_client
,
WM_MDIACTIVATE
,
(
WPARAM
)
mdi_child2
,
0
);
ok_sequence
(
WmSwitchNotMaximizedChild
,
"Not maximized child did not switch correctly"
,
TRU
E
);
ok_sequence
(
WmSwitchNotMaximizedChild
,
"Not maximized child did not switch correctly"
,
FALS
E
);
trace
(
"end of test for switch not maximized MDI children
\n
"
);
trace
(
"end of test for switch not maximized MDI children
\n
"
);
flush_sequence
();
flush_sequence
();
...
...
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