Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
961f175c
Commit
961f175c
authored
Apr 15, 2009
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 15, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/listview: Fix some comment typos.
parent
7b4f2703
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
listview.c
dlls/comctl32/listview.c
+6
-6
No files found.
dlls/comctl32/listview.c
View file @
961f175c
...
...
@@ -714,7 +714,7 @@ static inline LPCSTR debugscrollcode(int nScrollCode)
}
/******** Notification functions
i
************************************/
/******** Notification functions ************************************/
static
LRESULT
notify_forward_header
(
const
LISTVIEW_INFO
*
infoPtr
,
const
NMHEADERW
*
lpnmh
)
{
...
...
@@ -2943,7 +2943,7 @@ fail:
*
* RETURNS:
* SUCCESS : TRUE
* FAILURE :
TRU
E
* FAILURE :
FALS
E
*/
static
BOOL
LISTVIEW_DeselectAllSkipItems
(
LISTVIEW_INFO
*
infoPtr
,
RANGES
toSkip
)
{
...
...
@@ -4491,7 +4491,7 @@ static DWORD LISTVIEW_ApproximateViewRect(const LISTVIEW_INFO *infoPtr, INT nIte
* PARAMETER(S):
* [I] infoPtr : valid pointer to the listview structure
* [I] iItem : index of item
* [O] lppt : Upper
r
-left corner of the image
* [O] lppt : Upper-left corner of the image
*
* RETURN:
* Returns a handle to the image list if successful, NULL otherwise.
...
...
@@ -6258,7 +6258,7 @@ static INT LISTVIEW_GetNextItem(const LISTVIEW_INFO *infoPtr, INT nItem, UINT uF
}
else
if
((
uView
==
LVS_SMALLICON
)
||
(
uView
==
LVS_ICON
))
{
/* Special case for autoarrange - move 'ti the beginning of a row */
/* Special case for autoarrange - move 'ti
l
the beginning of a row */
if
(
is_autoarrange
(
infoPtr
))
{
nCountPerRow
=
LISTVIEW_GetCountPerRow
(
infoPtr
);
...
...
@@ -8623,7 +8623,7 @@ static LRESULT LISTVIEW_KillFocus(LISTVIEW_INFO *infoPtr)
/* send NM_KILLFOCUS notification */
if
(
!
notify
(
infoPtr
,
NM_KILLFOCUS
))
return
0
;
/* if we have a focus rectagle, get rid of it */
/* if we have a focus recta
n
gle, get rid of it */
LISTVIEW_ShowFocusRect
(
infoPtr
,
FALSE
);
/* set window focus flag */
...
...
@@ -9279,7 +9279,7 @@ static LRESULT LISTVIEW_RButtonUp(LISTVIEW_INFO *infoPtr, WORD wKey, INT x, INT
/* set button flag */
infoPtr
->
bRButtonDown
=
FALSE
;
/* Send NM_RC
l
ICK notification */
/* Send NM_RC
L
ICK notification */
lvHitTestInfo
.
pt
.
x
=
x
;
lvHitTestInfo
.
pt
.
y
=
y
;
LISTVIEW_HitTest
(
infoPtr
,
&
lvHitTestInfo
,
TRUE
,
FALSE
);
...
...
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