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
f5e298d2
Commit
f5e298d2
authored
Sep 08, 2008
by
James Hawkins
Committed by
Alexandre Julliard
Sep 08, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32: Fix several failing tests in win98.
parent
5362bfa7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
tab.c
dlls/comctl32/tests/tab.c
+6
-6
No files found.
dlls/comctl32/tests/tab.c
View file @
f5e298d2
...
...
@@ -92,7 +92,7 @@ static const struct message add_tab_to_parent[] = {
{
TCM_INSERTITEMA
,
sent
},
{
TCM_INSERTITEMA
,
sent
},
{
WM_NOTIFYFORMAT
,
sent
|
defwinproc
},
{
WM_QUERYUISTATE
,
sent
|
wparam
|
lparam
|
defwinproc
,
0
,
0
},
{
WM_QUERYUISTATE
,
sent
|
wparam
|
lparam
|
defwinproc
|
optional
,
0
,
0
},
{
WM_PARENTNOTIFY
,
sent
|
defwinproc
},
{
TCM_INSERTITEMA
,
sent
},
{
TCM_INSERTITEMA
,
sent
},
...
...
@@ -125,7 +125,7 @@ static const struct message add_tab_to_parent_interactive[] = {
static
const
struct
message
add_tab_control_parent_seq
[]
=
{
{
WM_NOTIFYFORMAT
,
sent
},
{
WM_QUERYUISTATE
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_QUERYUISTATE
,
sent
|
wparam
|
lparam
|
optional
,
0
,
0
},
{
0
}
};
...
...
@@ -217,10 +217,10 @@ static const struct message getset_item_seq[] = {
};
static
const
struct
message
getset_tooltip_seq
[]
=
{
{
WM_NOTIFYFORMAT
,
sent
},
{
WM_QUERYUISTATE
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
WM_NOTIFYFORMAT
,
sent
|
optional
},
{
WM_QUERYUISTATE
,
sent
|
wparam
|
lparam
|
optional
,
0
,
0
},
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
0
},
{
WM_NOTIFYFORMAT
,
sent
},
{
WM_NOTIFYFORMAT
,
sent
|
optional
},
{
TCM_SETTOOLTIPS
,
sent
|
lparam
,
0
},
{
TCM_GETTOOLTIPS
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
TCM_SETTOOLTIPS
,
sent
|
lparam
,
0
},
...
...
@@ -241,7 +241,7 @@ static const struct message insert_focus_seq[] = {
{
TCM_GETCURFOCUS
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
TCM_INSERTITEM
,
sent
|
wparam
,
2
},
{
WM_NOTIFYFORMAT
,
sent
|
defwinproc
,
},
{
WM_QUERYUISTATE
,
sent
|
defwinproc
,
},
{
WM_QUERYUISTATE
,
sent
|
defwinproc
|
optional
,
},
{
WM_PARENTNOTIFY
,
sent
|
defwinproc
,
},
{
TCM_GETITEMCOUNT
,
sent
|
wparam
|
lparam
,
0
,
0
},
{
TCM_GETCURFOCUS
,
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