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
5079a41e
Commit
5079a41e
authored
Jun 01, 2004
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Jun 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dialog class name to the list of classes handled by hook, add hook
messages to the modal dialog message test.
parent
4751ff2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
msg.c
dlls/user/tests/msg.c
+5
-1
No files found.
dlls/user/tests/msg.c
View file @
5079a41e
...
...
@@ -437,10 +437,12 @@ static const struct message WmModalDialogSeq[] = {
{
WM_KILLFOCUS
,
sent
|
parent
},
{
WM_IME_SETCONTEXT
,
sent
|
parent
|
wparam
|
optional
,
0
},
{
WM_ENABLE
,
sent
|
parent
|
wparam
,
0
},
{
HCBT_CREATEWND
,
hook
},
{
WM_SETFONT
,
sent
},
{
WM_INITDIALOG
,
sent
},
{
WM_CHANGEUISTATE
,
sent
|
optional
},
{
WM_SHOWWINDOW
,
sent
},
{
HCBT_ACTIVATE
,
hook
},
{
WM_WINDOWPOSCHANGING
,
sent
},
{
WM_NCACTIVATE
,
sent
|
wparam
,
1
},
{
WM_GETICON
,
sent
|
optional
},
...
...
@@ -491,6 +493,7 @@ static const struct message WmModalDialogSeq[] = {
{
HCBT_SETFOCUS
,
hook
},
{
WM_IME_SETCONTEXT
,
sent
|
parent
|
wparam
|
defwinproc
|
optional
,
1
},
{
WM_SETFOCUS
,
sent
|
parent
|
defwinproc
},
{
HCBT_DESTROYWND
,
hook
},
{
WM_DESTROY
,
sent
},
{
WM_NCDESTROY
,
sent
},
{
0
}
...
...
@@ -1092,7 +1095,8 @@ static LRESULT CALLBACK cbt_hook_proc(int nCode, WPARAM wParam, LPARAM lParam)
!
strcmp
(
buf
,
"TestParentClass"
)
||
!
strcmp
(
buf
,
"TestPopupClass"
)
||
!
strcmp
(
buf
,
"SimpleWindowClass"
)
||
!
strcmp
(
buf
,
"TestDialogClass"
))
!
strcmp
(
buf
,
"TestDialogClass"
)
||
!
strcmp
(
buf
,
"#32770"
))
{
struct
message
msg
;
...
...
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