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
b0582dc9
Commit
b0582dc9
authored
Jan 04, 2002
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Jan 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some new messages to the spy and winuser.h.
parent
80a3bb4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
winuser.h
include/winuser.h
+10
-1
spy.c
windows/spy.c
+10
-1
No files found.
include/winuser.h
View file @
b0582dc9
...
...
@@ -615,7 +615,6 @@ typedef struct
#define ES_NUMBER 0x00002000
/* OEM Resource Ordinal Numbers */
#define OBM_CLOSED 32731
#define OBM_TRTYPE 32732
#define OBM_LFARROWI 32734
#define OBM_RGARROWI 32735
...
...
@@ -1047,6 +1046,16 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
#define WM_MENUCHAR 0x0120
#define WM_ENTERIDLE 0x0121
#define WM_MENURBUTTONUP 0x0122
#define WM_MENUDRAG 0x0123
#define WM_MENUGETOBJECT 0x0124
#define WM_UNINITMENUPOPUP 0x0125
#define WM_MENUCOMMAND 0x0126
#define WM_CHANGEUISTATE 0x0127
#define WM_UPDATEUISTATE 0x0128
#define WM_QUERYUISTATE 0x0129
#define WM_LBTRACKPOINT 0x0131
/* Win32 CTLCOLOR messages */
...
...
windows/spy.c
View file @
b0582dc9
...
...
@@ -251,8 +251,17 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
"WM_MENUCHAR"
,
/* 0x0120 */
"WM_ENTERIDLE"
,
/* 0x0121 */
"WM_MENURBUTTONUP"
,
/* 0x0122 */
"WM_MENUDRAG"
,
/* 0x0123 */
"WM_MENUGETOBJECT"
,
/* 0x0124 */
"WM_UNINITMENUPOPUP"
,
/* 0x0125 */
"WM_MENUCOMMAND"
,
/* 0x0126 */
"WM_CHANGEUISTATE"
,
/* 0x0127 */
"WM_UPDATEUISTATE"
,
/* 0x0128 */
"WM_QUERYUISTATE"
,
/* 0x0129 */
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
/* 0x0130 */
NULL
,
...
...
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