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
f8ce7ed9
Commit
f8ce7ed9
authored
Jun 05, 2013
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jun 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/tests: Remove useless message tracing.
parent
e90418d3
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
25 deletions
+2
-25
comboex.c
dlls/comctl32/tests/comboex.c
+0
-2
datetime.c
dlls/comctl32/tests/datetime.c
+0
-2
header.c
dlls/comctl32/tests/header.c
+0
-3
listview.c
dlls/comctl32/tests/listview.c
+2
-8
monthcal.c
dlls/comctl32/tests/monthcal.c
+0
-4
pager.c
dlls/comctl32/tests/pager.c
+0
-4
propsheet.c
dlls/comctl32/tests/propsheet.c
+0
-2
No files found.
dlls/comctl32/tests/comboex.c
View file @
f8ce7ed9
...
...
@@ -276,8 +276,6 @@ static void test_WM_LBUTTONDOWN(void)
GetLastError
());
hList
=
cbInfo
.
hwndList
;
trace
(
"hWnd=%p, hComboEx=%p, hCombo=%p, hList=%p, hEdit=%p
\n
"
,
hComboExParentWnd
,
hComboEx
,
hCombo
,
hList
,
hEdit
);
ok
(
GetFocus
()
==
hComboExParentWnd
,
"Focus not on Main Window, instead on %p
\n
"
,
GetFocus
());
...
...
dlls/comctl32/tests/datetime.c
View file @
f8ce7ed9
...
...
@@ -140,8 +140,6 @@ static LRESULT WINAPI datetime_subclass_proc(HWND hwnd, UINT message, WPARAM wPa
LRESULT
ret
;
struct
message
msg
;
trace
(
"datetime: %p, %04x, %08lx, %08lx
\n
"
,
hwnd
,
message
,
wParam
,
lParam
);
msg
.
message
=
message
;
msg
.
flags
=
sent
|
wparam
|
lparam
;
if
(
defwndproc_counter
)
msg
.
flags
|=
defwinproc
;
...
...
dlls/comctl32/tests/header.c
View file @
f8ce7ed9
...
...
@@ -403,7 +403,6 @@ static LRESULT WINAPI header_subclass_proc(HWND hwnd, UINT message, WPARAM wPara
LRESULT
ret
;
struct
message
msg
;
trace
(
"header: %p, %04x, %08lx, %08lx
\n
"
,
hwnd
,
message
,
wParam
,
lParam
);
msg
.
message
=
message
;
msg
.
flags
=
sent
|
wparam
|
lparam
;
if
(
defwndproc_counter
)
msg
.
flags
|=
defwinproc
;
...
...
@@ -435,8 +434,6 @@ static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LP
message
!=
WM_DEVICECHANGE
)
{
trace
(
"parent: %p, %04x, %08lx, %08lx
\n
"
,
hwnd
,
message
,
wParam
,
lParam
);
msg
.
message
=
message
;
msg
.
flags
=
sent
|
wparam
|
lparam
;
if
(
defwndproc_counter
)
msg
.
flags
|=
defwinproc
;
...
...
dlls/comctl32/tests/listview.c
View file @
f8ce7ed9
...
...
@@ -395,8 +395,6 @@ static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LP
message
!=
WM_GETICON
&&
message
!=
WM_DEVICECHANGE
)
{
trace
(
"parent: %p, %04x, %08lx, %08lx
\n
"
,
hwnd
,
message
,
wParam
,
lParam
);
add_message
(
sequences
,
PARENT_SEQ_INDEX
,
&
msg
);
add_message
(
sequences
,
COMBINED_SEQ_INDEX
,
&
msg
);
}
...
...
@@ -583,8 +581,6 @@ static LRESULT WINAPI listview_subclass_proc(HWND hwnd, UINT message, WPARAM wPa
LRESULT
ret
;
struct
message
msg
;
trace
(
"listview: %p, %04x, %08lx, %08lx
\n
"
,
hwnd
,
message
,
wParam
,
lParam
);
/* some debug output for style changing */
if
((
message
==
WM_STYLECHANGING
||
message
==
WM_STYLECHANGED
)
&&
lParam
)
...
...
@@ -661,8 +657,6 @@ static LRESULT WINAPI header_subclass_proc(HWND hwnd, UINT message, WPARAM wPara
LRESULT
ret
;
struct
message
msg
;
trace
(
"header: %p, %04x, %08lx, %08lx
\n
"
,
hwnd
,
message
,
wParam
,
lParam
);
msg
.
message
=
message
;
msg
.
flags
=
sent
|
wparam
|
lparam
;
if
(
defwndproc_counter
)
msg
.
flags
|=
defwinproc
;
...
...
@@ -1754,8 +1748,8 @@ static LRESULT WINAPI cd_wndproc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp)
if
(
msg
==
WM_NOTIFY
)
{
NMHDR
*
nmhdr
=
(
PVOID
)
lp
;
if
(
nmhdr
->
code
==
NM_CUSTOMDRAW
)
{
NMLVCUSTOMDRAW
*
nmlvcd
=
(
PVOID
)
nmhdr
;
trace
(
"NMCUSTOMDRAW (0x%.8x)
\n
"
,
nmlvcd
->
nmcd
.
dwDrawStage
);
NMLVCUSTOMDRAW
*
nmlvcd
=
(
NMLVCUSTOMDRAW
*
)
nmhdr
;
switch
(
nmlvcd
->
nmcd
.
dwDrawStage
)
{
case
CDDS_PREPAINT
:
SetBkColor
(
nmlvcd
->
nmcd
.
hdc
,
c0ffee
);
...
...
dlls/comctl32/tests/monthcal.c
View file @
f8ce7ed9
...
...
@@ -459,8 +459,6 @@ static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LP
message
!=
WM_GETICON
&&
message
!=
WM_DEVICECHANGE
)
{
trace
(
"parent: %p, %04x, %08lx, %08lx
\n
"
,
hwnd
,
message
,
wParam
,
lParam
);
msg
.
message
=
message
;
msg
.
flags
=
sent
|
wparam
|
lparam
;
if
(
defwndproc_counter
)
msg
.
flags
|=
defwinproc
;
...
...
@@ -881,7 +879,6 @@ static void test_firstDay(void)
/* check for locale first day */
if
(
GetLocaleInfoA
(
lcid
,
LOCALE_IFIRSTDAYOFWEEK
,
b
,
128
)){
fday
=
atoi
(
b
);
trace
(
"fday: %d
\n
"
,
fday
);
res
=
SendMessage
(
hwnd
,
MCM_GETFIRSTDAYOFWEEK
,
0
,
0
);
expect
(
fday
,
res
);
prev
=
fday
;
...
...
@@ -1975,7 +1972,6 @@ static void test_sel_notify(void)
for
(
i
=
0
;
i
<
sizeof
styles
/
sizeof
styles
[
0
];
i
++
)
{
trace
(
"%s
\n
"
,
styles
[
i
].
name
);
hwnd
=
create_monthcal_control
(
styles
[
i
].
val
);
SetWindowLongPtr
(
hwnd
,
GWLP_ID
,
SEL_NOTIFY_TEST_ID
);
assert
(
hwnd
);
...
...
dlls/comctl32/tests/pager.c
View file @
f8ce7ed9
...
...
@@ -74,8 +74,6 @@ static LRESULT WINAPI parent_wnd_proc(HWND hwnd, UINT message, WPARAM wParam, LP
message
!=
WM_GETICON
&&
message
!=
WM_DEVICECHANGE
)
{
trace
(
"parent: %p, %04x, %08lx, %08lx
\n
"
,
hwnd
,
message
,
wParam
,
lParam
);
msg
.
message
=
message
;
msg
.
flags
=
sent
|
wparam
|
lparam
|
parent
;
if
(
defwndproc_counter
)
msg
.
flags
|=
defwinproc
;
...
...
@@ -124,8 +122,6 @@ static LRESULT WINAPI pager_subclass_proc(HWND hwnd, UINT message, WPARAM wParam
WNDPROC
oldproc
=
(
WNDPROC
)
GetWindowLongPtrA
(
hwnd
,
GWLP_USERDATA
);
struct
message
msg
;
trace
(
"pager: %p, %04x, %08lx, %08lx
\n
"
,
hwnd
,
message
,
wParam
,
lParam
);
msg
.
message
=
message
;
msg
.
flags
=
sent
|
wparam
|
lparam
;
msg
.
wParam
=
wParam
;
...
...
dlls/comctl32/tests/propsheet.c
View file @
f8ce7ed9
...
...
@@ -667,8 +667,6 @@ static void save_message(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam,
(
message
<
WM_MOUSEFIRST
||
message
>
WM_MOUSEHWHEEL
)
&&
message
!=
0x90
)
{
/*trace("check_message: %04x, %04x\n", message, receiver);*/
msg
.
message
=
message
;
msg
.
flags
=
sent
|
wparam
|
lparam
|
id
;
msg
.
wParam
=
wParam
;
...
...
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