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
e6d9fc65
Commit
e6d9fc65
authored
May 30, 2008
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
May 30, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: CBT hook doesn't send window messages.
parent
2c4a3c8a
Hide 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 @
e6d9fc65
...
...
@@ -316,12 +316,12 @@ static const struct message WmSwitchNotMaximizedChild[] = {
/* Activate 2nd MDI child */
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
|
defwinproc
,
SWP_NOSIZE
|
SWP_NOMOVE
|
SWP_NOACTIVATE
},
/* in the 2nd MDI child */
{
WM_NCACTIVATE
,
sent
|
wparam
|
defwinproc
,
1
},
/* in the 2nd MDI child */
{
WM_SETVISIBLE
,
hook
},
/* in the 1st MDI child */
{
HCBT_SETFOCUS
,
hook
},
/* in the 1st MDI child */
{
WM_KILLFOCUS
,
sent
|
defwinproc
},
/* in the 1st MDI child */
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
/* in the 1st MDI child */
{
WM_IME_SETCONTEXT
,
sent
|
optional
},
/* in the MDI client */
{
WM_SETFOCUS
,
sent
,
0
},
/* in the MDI client */
{
WM_SETVISIBLE
,
hook
},
{
HCBT_SETFOCUS
,
hook
},
{
WM_KILLFOCUS
,
sent
},
/* in the MDI client */
{
WM_IME_SETCONTEXT
,
sent
|
optional
},
/* in the MDI client */
{
WM_IME_SETCONTEXT
,
sent
|
defwinproc
|
optional
},
/* 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