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
77729e23
Commit
77729e23
authored
Sep 02, 2009
by
Nikolay Sivov
Committed by
Alexandre Julliard
Sep 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/trackbar: Drop initial parent creation tests, they are nothing to do with control testing.
parent
629eb23a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
trackbar.c
dlls/comctl32/tests/trackbar.c
+0
-26
No files found.
dlls/comctl32/tests/trackbar.c
View file @
77729e23
...
@@ -34,29 +34,6 @@ HWND hWndParent;
...
@@ -34,29 +34,6 @@ HWND hWndParent;
static
struct
msg_sequence
*
sequences
[
NUM_MSG_SEQUENCE
];
static
struct
msg_sequence
*
sequences
[
NUM_MSG_SEQUENCE
];
static
const
struct
message
create_parent_wnd_seq
[]
=
{
{
WM_GETMINMAXINFO
,
sent
},
{
WM_NCCREATE
,
sent
},
{
WM_NCCALCSIZE
,
sent
|
wparam
,
0
},
{
WM_CREATE
,
sent
},
{
WM_SHOWWINDOW
,
sent
|
wparam
,
1
},
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
0
},
{
WM_QUERYNEWPALETTE
,
sent
|
optional
},
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
0
},
{
WM_ACTIVATEAPP
,
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
},
{
WM_SETFOCUS
,
sent
|
wparam
|
defwinproc
,
0
},
/* Win9x adds SWP_NOZORDER below */
{
WM_WINDOWPOSCHANGED
,
sent
,
/*|wparam, SWP_SHOWWINDOW|SWP_NOSIZE|SWP_NOMOVE|SWP_NOCLIENTSIZE|SWP_NOCLIENTMOVE*/
},
{
WM_NCCALCSIZE
,
sent
|
wparam
|
optional
,
1
},
{
WM_SIZE
,
sent
},
{
WM_MOVE
,
sent
},
{
0
}
};
static
const
struct
message
create_trackbar_wnd_seq
[]
=
{
static
const
struct
message
create_trackbar_wnd_seq
[]
=
{
{
0
}
{
0
}
};
};
...
@@ -993,8 +970,6 @@ START_TEST(trackbar)
...
@@ -993,8 +970,6 @@ START_TEST(trackbar)
init_msg_sequences
(
sequences
,
NUM_MSG_SEQUENCE
);
init_msg_sequences
(
sequences
,
NUM_MSG_SEQUENCE
);
InitCommonControls
();
InitCommonControls
();
flush_sequences
(
sequences
,
NUM_MSG_SEQUENCE
);
/* create parent window */
/* create parent window */
hWndParent
=
create_parent_window
();
hWndParent
=
create_parent_window
();
ok
(
hWndParent
!=
NULL
,
"Failed to create parent Window!
\n
"
);
ok
(
hWndParent
!=
NULL
,
"Failed to create parent Window!
\n
"
);
...
@@ -1004,7 +979,6 @@ START_TEST(trackbar)
...
@@ -1004,7 +979,6 @@ START_TEST(trackbar)
return
;
return
;
}
}
ok_sequence
(
sequences
,
PARENT_SEQ_INDEX
,
create_parent_wnd_seq
,
"create Parent Window"
,
TRUE
);
flush_sequences
(
sequences
,
NUM_MSG_SEQUENCE
);
flush_sequences
(
sequences
,
NUM_MSG_SEQUENCE
);
/* create trackbar with set styles */
/* create trackbar with set styles */
...
...
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