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
49e95baa
Commit
49e95baa
authored
Jul 05, 2009
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jul 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/spy: Update ListView message table.
parent
809ef092
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
3 deletions
+45
-3
spy.c
dlls/user32/spy.c
+45
-3
No files found.
dlls/user32/spy.c
View file @
49e95baa
...
...
@@ -731,7 +731,7 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
};
#define SPY_MAX_LVMMSGNUM 1
40
#define SPY_MAX_LVMMSGNUM 1
82
static
const
char
*
const
LVMMessageTypeNames
[
SPY_MAX_LVMMSGNUM
+
1
]
=
{
"LVM_GETBKCOLOR"
,
/* 1000 */
...
...
@@ -872,9 +872,51 @@ static const char * const LVMMessageTypeNames[SPY_MAX_LVMMSGNUM + 1] =
NULL
,
NULL
,
NULL
,
NULL
,
"LVM_SETBKIMAGEW"
,
"LVM_GETBKIMAGEW"
/* 0x108B */
"LVM_GETBKIMAGEW"
,
/* 0x108B */
"LVM_SETSELECTEDCOLUMN"
,
"LVM_SETTILEWIDTH"
,
"LVM_SETVIEW"
,
"LVM_GETVIEW"
,
NULL
,
"LVM_INSERTGROUP"
,
NULL
,
"LVM_SETGROUPINFO"
,
NULL
,
"LVM_GETGROUPINFO"
,
"LVM_REMOVEGROUP"
,
"LVM_MOVEGROUP"
,
NULL
,
NULL
,
"LVM_MOVEITEMTOGROUP"
,
"LVM_SETGROUPMETRICS"
,
"LVM_GETGROUPMETRICS"
,
"LVM_ENABLEGROUPVIEW"
,
"LVM_SORTGROUPS"
,
"LVM_INSERTGROUPSORTED"
,
"LVM_REMOVEALLGROUPS"
,
"LVM_HASGROUP"
,
"LVM_SETTILEVIEWINFO"
,
"LVM_GETTILEVIEWINFO"
,
"LVM_SETTILEINFO"
,
"LVM_GETTILEINFO"
,
"LVM_SETINSERTMARK"
,
"LVM_GETINSERTMARK"
,
"LVM_INSERTMARKHITTEST"
,
"LVM_GETINSERTMARKRECT"
,
"LVM_SETINSERTMARKCOLOR"
,
"LVM_GETINSERTMARKCOLOR"
,
NULL
,
"LVM_SETINFOTIP"
,
"LVM_GETSELECTEDCOLUMN"
,
"LVM_ISGROUPVIEWENABLED"
,
"LVM_GETOUTLINECOLOR"
,
"LVM_SETOUTLINECOLOR"
,
NULL
,
"LVM_CANCELEDITLABEL"
,
"LVM_MAPINDEXTOID"
,
"LVM_MAPIDTOINDEX"
,
"LVM_ISITEMVISIBLE"
};
...
...
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