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
48309664
Commit
48309664
authored
Sep 29, 2007
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Oct 01, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: WM_IME_SETCONTEXT messages are optional.
parent
10834ee5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
msg.c
dlls/user32/tests/msg.c
+4
-4
No files found.
dlls/user32/tests/msg.c
View file @
48309664
...
...
@@ -261,14 +261,14 @@ static const struct message WmSwitchChild[] = {
{
WM_NCACTIVATE
,
sent
|
wparam
|
defwinproc
,
1
},
/* in the 1st MDI child */
{
HCBT_SETFOCUS
,
hook
},
{
WM_KILLFOCUS
,
sent
|
defwinproc
},
/* in the 2nd MDI child */
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
defwinproc
,
0
},
/* in the 1st MDI child */
{
WM_IME_SETCONTEXT
,
sent
|
wparam
,
1
},
/* in MDI client */
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
defwinproc
|
optional
,
0
},
/* in the 1st MDI child */
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
optional
,
1
},
/* in MDI client */
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
,
OBJID_CLIENT
,
0
},
{
WM_SETFOCUS
,
sent
},
/* in the MDI client */
{
HCBT_SETFOCUS
,
hook
},
{
WM_KILLFOCUS
,
sent
},
/* in the MDI client */
{
WM_IME_SETCONTEXT
,
sent
|
wparam
,
0
},
/* in MDI client */
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
defwinproc
,
1
},
/* in the 1st MDI child */
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
optional
,
0
},
/* in MDI client */
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
defwinproc
|
optional
,
1
},
/* in the 1st MDI child */
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
,
OBJID_CLIENT
,
0
},
{
WM_SETFOCUS
,
sent
|
defwinproc
},
/* in the 1st MDI child */
{
WM_MDIACTIVATE
,
sent
|
defwinproc
},
/* in the 1st MDI child */
...
...
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