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
138b2435
Commit
138b2435
authored
Jun 10, 2010
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jun 10, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/tests: Some expand notifications tests.
parent
75912afa
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
treeview.c
dlls/comctl32/tests/treeview.c
+0
-0
treeview.c
dlls/comctl32/treeview.c
+5
-5
No files found.
dlls/comctl32/tests/treeview.c
View file @
138b2435
This diff is collapsed.
Click to expand it.
dlls/comctl32/treeview.c
View file @
138b2435
...
...
@@ -2875,7 +2875,7 @@ TREEVIEW_Paint(TREEVIEW_INFO *infoPtr, HDC hdc_ref)
PAINTSTRUCT
ps
;
RECT
rc
;
TRACE
(
"
\n
"
);
TRACE
(
"
(%p %p)
\n
"
,
infoPtr
,
hdc_ref
);
if
(
hdc_ref
)
{
...
...
@@ -3280,7 +3280,7 @@ TREEVIEW_Expand(TREEVIEW_INFO *infoPtr, TREEVIEW_ITEM *wineItem,
RECT
scrollRect
;
TREEVIEW_ITEM
*
nextItem
,
*
tmpItem
;
TRACE
(
"
\n
"
);
TRACE
(
"
(%p, %p, partial=%d, %d
\n
"
,
infoPtr
,
wineItem
,
bExpandPartial
,
bUser
);
if
(
wineItem
->
state
&
TVIS_EXPANDED
)
return
TRUE
;
...
...
@@ -3422,9 +3422,9 @@ TREEVIEW_ExpandMsg(TREEVIEW_INFO *infoPtr, UINT flag, HTREEITEM wineItem)
if
(
!
TREEVIEW_ValidItem
(
infoPtr
,
wineItem
))
return
0
;
TRACE
(
"For (%s) item:%d, flags %x, state:%d
\n
"
,
TREEVIEW_ItemName
(
wineItem
),
flag
,
TREEVIEW_GetItemIndex
(
infoPtr
,
wineItem
)
,
wineItem
->
state
);
TRACE
(
"For (%s) item:%d, flags
0x
%x, state:%d
\n
"
,
TREEVIEW_ItemName
(
wineItem
),
TREEVIEW_GetItemIndex
(
infoPtr
,
wineItem
)
,
flag
,
wineItem
->
state
);
switch
(
flag
&
TVE_TOGGLE
)
{
...
...
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