Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
bc76560b
Commit
bc76560b
authored
Aug 31, 2009
by
Ge van Geldorp
Committed by
Alexandre Julliard
Aug 31, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/tests: Adjust message sequences for Win7 (monthcal).
parent
a1fb872e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
monthcal.c
dlls/comctl32/tests/monthcal.c
+7
-5
No files found.
dlls/comctl32/tests/monthcal.c
View file @
bc76560b
...
...
@@ -56,7 +56,7 @@ static const struct message create_parent_window_seq[] = {
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
|
optional
,
0
},
{
WM_WINDOWPOSCHANGED
,
sent
|
optional
},
{
WM_ACTIVATEAPP
,
sent
|
wparam
,
1
},
{
WM_NCACTIVATE
,
sent
|
wparam
,
1
},
{
WM_NCACTIVATE
,
sent
},
{
WM_ACTIVATE
,
sent
|
wparam
,
1
},
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
defwinproc
|
optional
,
1
},
{
WM_IME_NOTIFY
,
sent
|
defwinproc
|
optional
},
...
...
@@ -299,12 +299,14 @@ static const struct message destroy_parent_seq[] = {
{
0x0090
,
sent
|
optional
},
/* Vista */
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
0
},
{
WM_WINDOWPOSCHANGED
,
sent
|
wparam
,
0
},
{
WM_NCACTIVATE
,
sent
|
wparam
,
0
},
{
WM_ACTIVATE
,
sent
|
wparam
,
0
},
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
optional
,
0
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
lparam
|
defwinproc
|
optional
,
1
,
0
},
{
WM_NCACTIVATE
,
sent
|
wparam
|
optional
,
0
},
{
WM_ACTIVATE
,
sent
|
wparam
|
optional
,
0
},
{
WM_NCACTIVATE
,
sent
|
wparam
|
lparam
|
optional
,
0
,
0
},
{
WM_ACTIVATE
,
sent
|
wparam
|
lparam
|
optional
,
0
,
0
},
{
WM_ACTIVATEAPP
,
sent
|
wparam
,
0
},
{
WM_KILLFOCUS
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_ACTIVATEAPP
,
sent
|
wparam
|
optional
,
0
},
{
WM_KILLFOCUS
,
sent
|
wparam
|
lparam
|
optional
,
0
,
0
},
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
optional
,
0
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
lparam
|
defwinproc
|
optional
,
1
,
0
},
{
WM_DESTROY
,
sent
|
wparam
|
lparam
,
0
,
0
},
...
...
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