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
743a63ab
Commit
743a63ab
authored
Jan 26, 2008
by
Reece H. Dunn
Committed by
Alexandre Julliard
Feb 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32: Vista sends an unidentified message when destroying datetime and monthcal windows.
parent
d10eaa5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
datetime.c
dlls/comctl32/tests/datetime.c
+2
-0
monthcal.c
dlls/comctl32/tests/monthcal.c
+3
-0
No files found.
dlls/comctl32/tests/datetime.c
View file @
743a63ab
...
@@ -112,6 +112,7 @@ static const struct message test_dtm_set_range_swap_min_max_seq[] = {
...
@@ -112,6 +112,7 @@ static const struct message test_dtm_set_range_swap_min_max_seq[] = {
static
const
struct
message
test_dtm_set_and_get_system_time_seq
[]
=
{
static
const
struct
message
test_dtm_set_and_get_system_time_seq
[]
=
{
{
DTM_SETSYSTEMTIME
,
sent
|
wparam
,
0x00000001
},
{
DTM_SETSYSTEMTIME
,
sent
|
wparam
,
0x00000001
},
{
0x0090
,
sent
|
optional
},
/* Vista */
{
WM_DESTROY
,
sent
|
wparam
|
lparam
,
0x00000000
,
0x00000000
},
{
WM_DESTROY
,
sent
|
wparam
|
lparam
,
0x00000000
,
0x00000000
},
{
WM_NCDESTROY
,
sent
|
wparam
|
lparam
,
0x00000000
,
0x00000000
},
{
WM_NCDESTROY
,
sent
|
wparam
|
lparam
,
0x00000000
,
0x00000000
},
{
DTM_SETSYSTEMTIME
,
sent
|
wparam
,
0x00000001
},
{
DTM_SETSYSTEMTIME
,
sent
|
wparam
,
0x00000001
},
...
@@ -125,6 +126,7 @@ static const struct message test_dtm_set_and_get_system_time_seq[] = {
...
@@ -125,6 +126,7 @@ static const struct message test_dtm_set_and_get_system_time_seq[] = {
};
};
static
const
struct
message
destroy_window_seq
[]
=
{
static
const
struct
message
destroy_window_seq
[]
=
{
{
0x0090
,
sent
|
optional
},
/* Vista */
{
WM_DESTROY
,
sent
|
wparam
|
lparam
,
0x00000000
,
0x00000000
},
{
WM_DESTROY
,
sent
|
wparam
|
lparam
,
0x00000000
,
0x00000000
},
{
WM_NCDESTROY
,
sent
|
wparam
|
lparam
,
0x00000000
,
0x00000000
},
{
WM_NCDESTROY
,
sent
|
wparam
|
lparam
,
0x00000000
,
0x00000000
},
{
0
}
{
0
}
...
...
dlls/comctl32/tests/monthcal.c
View file @
743a63ab
...
@@ -280,6 +280,7 @@ static const struct message destroy_monthcal_parent_msgs_seq[] = {
...
@@ -280,6 +280,7 @@ static const struct message destroy_monthcal_parent_msgs_seq[] = {
/* expected message sequence for child*/
/* expected message sequence for child*/
static
const
struct
message
destroy_monthcal_child_msgs_seq
[]
=
{
static
const
struct
message
destroy_monthcal_child_msgs_seq
[]
=
{
{
0x0090
,
sent
|
optional
},
/* Vista */
{
WM_SHOWWINDOW
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_SHOWWINDOW
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
0
},
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
0
},
{
WM_WINDOWPOSCHANGED
,
sent
|
wparam
,
0
},
{
WM_WINDOWPOSCHANGED
,
sent
|
wparam
,
0
},
...
@@ -289,6 +290,7 @@ static const struct message destroy_monthcal_child_msgs_seq[] = {
...
@@ -289,6 +290,7 @@ static const struct message destroy_monthcal_child_msgs_seq[] = {
};
};
static
const
struct
message
destroy_monthcal_multi_sel_style_seq
[]
=
{
static
const
struct
message
destroy_monthcal_multi_sel_style_seq
[]
=
{
{
0x0090
,
sent
|
optional
},
/* Vista */
{
WM_DESTROY
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_DESTROY
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_NCDESTROY
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_NCDESTROY
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
0
}
{
0
}
...
@@ -296,6 +298,7 @@ static const struct message destroy_monthcal_multi_sel_style_seq[] = {
...
@@ -296,6 +298,7 @@ static const struct message destroy_monthcal_multi_sel_style_seq[] = {
/* expected message sequence for parent window*/
/* expected message sequence for parent window*/
static
const
struct
message
destroy_parent_seq
[]
=
{
static
const
struct
message
destroy_parent_seq
[]
=
{
{
0x0090
,
sent
|
optional
},
/* Vista */
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
0
},
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
0
},
{
WM_WINDOWPOSCHANGED
,
sent
|
wparam
,
0
},
{
WM_WINDOWPOSCHANGED
,
sent
|
wparam
,
0
},
{
WM_NCACTIVATE
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_NCACTIVATE
,
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