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
86b480b8
Commit
86b480b8
authored
Aug 03, 2009
by
Nikolay Sivov
Committed by
Alexandre Julliard
Aug 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/listview: Fix some test failures on comctl32 4.7x.
parent
b31f0f24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
listview.c
dlls/comctl32/tests/listview.c
+8
-4
No files found.
dlls/comctl32/tests/listview.c
View file @
86b480b8
...
...
@@ -267,14 +267,18 @@ static const struct message getitemposition_seq2[] = {
static
const
struct
message
editbox_create_pos
[]
=
{
/* sequence sent after LVN_BEGINLABELEDIT */
/* next two are 4.7x specific */
{
WM_WINDOWPOSCHANGING
,
sent
},
{
WM_WINDOWPOSCHANGED
,
sent
|
optional
},
{
WM_WINDOWPOSCHANGING
,
sent
|
optional
},
{
WM_NCCALCSIZE
,
sent
},
{
WM_WINDOWPOSCHANGED
,
sent
},
{
WM_MOVE
,
sent
|
defwinproc
},
{
WM_SIZE
,
sent
|
defwinproc
},
/* the rest is todo */
{
WM_WINDOWPOSCHANGING
,
sent
},
{
WM_WINDOWPOSCHANGED
,
sent
},
/* the rest is todo
, skipped in 4.7x
*/
{
WM_WINDOWPOSCHANGING
,
sent
|
optional
},
{
WM_WINDOWPOSCHANGED
,
sent
|
optional
},
{
0
}
};
...
...
@@ -3440,7 +3444,7 @@ static void test_editbox(void)
ok
(
IsWindow
(
hwndedit
),
"Expected Edit window to be created
\n
"
);
/* testing only sizing messages */
ok_sequence
(
sequences
,
EDITBOX_SEQ_INDEX
,
editbox_create_pos
,
"edit box create - sizing"
,
TRU
E
);
"edit box create - sizing"
,
FALS
E
);
DestroyWindow
(
hwnd
);
}
...
...
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