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
a58a9f52
Commit
a58a9f52
authored
Oct 11, 2006
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Oct 11, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user: Add some missing messages to the message spy.
parent
7b048bdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
10 deletions
+23
-10
spy.c
dlls/user/spy.c
+21
-8
winuser.h
include/winuser.h
+2
-2
No files found.
dlls/user/spy.c
View file @
a58a9f52
...
...
@@ -410,7 +410,9 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
/* 0x01E0 */
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
"MN_GETHMENU"
,
/* 0x01E1 */
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
/* 0x01F0 */
...
...
@@ -571,9 +573,11 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
"WM_PALETTECHANGED"
,
"WM_HOTKEY"
,
/* 0x0312 */
NULL
,
NULL
,
NULL
,
NULL
,
"WM_PRINT"
,
"WM_PRINTCLIENT"
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
"WM_PRINT"
,
/* 0x0317 */
"WM_PRINTCLIENT"
,
/* 0x0318 */
"WM_APPCOMMAND"
,
/* 0x0319 */
"WM_THEMECHANGED"
,
/* 0x031A */
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
...
...
@@ -583,10 +587,18 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
/* 0x0340 */
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
/* 0x0350 */
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
"WM_QUERYAFXWNDPROC"
,
/* 0x0360 */
"WM_HANDHELDFIRST"
,
/* 0x0358 */
"WM_HANDHELDFIRST+1"
,
/* 0x0359 */
"WM_HANDHELDFIRST+2"
,
/* 0x035A */
"WM_HANDHELDFIRST+3"
,
/* 0x035B */
"WM_HANDHELDFIRST+4"
,
/* 0x035C */
"WM_HANDHELDFIRST+5"
,
/* 0x035D */
"WM_HANDHELDFIRST+6"
,
/* 0x035E */
"WM_HANDHELDLAST"
,
/* 0x035F */
"WM_QUERYAFXWNDPROC"
,
/* 0x0360 WM_AFXFIRST */
"WM_SIZEPARENT"
,
/* 0x0361 */
"WM_SETMESSAGESTRING"
,
/* 0x0362 */
"WM_IDLEUPDATECMDUI"
,
/* 0x0363 */
...
...
@@ -613,7 +625,8 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
"WM_OCC_LOADFROMSTREAM_EX"
,
/* 0x037A */
"WM_OCC_LOADFROMSTORAGE_EX"
,
/* 0x037B */
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
"WM_AFXLAST"
,
/* 0x037F */
"WM_PENWINFIRST"
,
/* 0x0380 */
"WM_RCRESULT"
,
/* 0x0381 */
...
...
include/winuser.h
View file @
a58a9f52
...
...
@@ -1189,8 +1189,6 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
#define WM_MOVING 0x0216
#define WM_POWERBROADCAST 0x0218
#define WM_DEVICECHANGE 0x0219
/* Win32 5.1 messages */
#define WM_THEMECHANGED 0x031A
/* wParam for WM_SIZING message */
#define WMSZ_LEFT 1
...
...
@@ -1293,6 +1291,8 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
#define WM_PRINT 0x0317
#define WM_PRINTCLIENT 0x0318
#define WM_APPCOMMAND 0x0319
#define WM_THEMECHANGED 0x031A
#define WM_HANDHELDFIRST 0x0358
#define WM_HANDHELDLAST 0x035F
...
...
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