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
146b16a9
Commit
146b16a9
authored
Mar 08, 2000
by
Hidenori Takeshima
Committed by
Alexandre Julliard
Mar 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a few messages for IME.
parent
527eea99
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
6 deletions
+31
-6
winuser.h
include/winuser.h
+21
-0
spy.c
misc/spy.c
+10
-6
No files found.
include/winuser.h
View file @
146b16a9
...
...
@@ -593,6 +593,12 @@ typedef struct
#define WM_KEYFIRST WM_KEYDOWN
#define WM_KEYLAST 0x0108
/* Win32 4.0 messages for IME */
#define WM_IME_STARTCOMPOSITION 0x010d
#define WM_IME_ENDCOMPOSITION 0x010e
#define WM_IME_COMPOSITION 0x010f
#define WM_IME_KEYLAST 0x010f
#define WM_INITDIALOG 0x0110
#define WM_COMMAND 0x0111
#define WM_SYSCOMMAND 0x0112
...
...
@@ -672,6 +678,21 @@ typedef struct
#define WM_EXITSIZEMOVE 0x0232
#define WM_DROPFILES 0x0233
/* Win32 4.0 messages for IME */
#define WM_IME_SETCONTEXT 0x0281
#define WM_IME_NOTIFY 0x0282
#define WM_IME_CONTROL 0x0283
#define WM_IME_COMPOSITIONFULL 0x0284
#define WM_IME_SELECT 0x0285
#define WM_IME_CHAR 0x0286
/* Win32 5.0 messages for IME */
#define WM_IME_REQUEST 0x0288
/* Win32 4.0 messages for IME */
#define WM_IME_KEYDOWN 0x0290
#define WM_IME_KEYUP 0x0291
/* Clipboard command messages */
#define WM_CUT 0x0300
#define WM_COPY 0x0301
...
...
misc/spy.c
View file @
146b16a9
...
...
@@ -229,10 +229,13 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
"WM_SYSCHAR"
,
/* 0x0106 */
"WM_SYSDEADCHAR"
,
/* 0x0107 */
"WM_KEYLAST"
,
/* 0x0108 */
NULL
,
NULL
,
"WM_CONVERTREQUEST"
,
"WM_CONVERTRESULT"
,
"WM_INTERIM"
,
NULL
,
NULL
,
NULL
,
"WM_CONVERTRESULT"
,
"WM_INTERIM"
,
"WM_IME_STARTCOMPOSITION"
,
/* 0x010d */
"WM_IME_ENDCOMPOSITION"
,
/* 0x010e */
"WM_IME_COMPOSITION"
,
/* 0x010f */
"WM_INITDIALOG"
,
/* 0x0110 */
"WM_COMMAND"
,
/* 0x0111 */
...
...
@@ -442,11 +445,12 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
/* 0x0280 */
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
"WM_IME_SETCONTEXT"
,
"WM_IME_NOTIFY"
,
"WM_IME_CONTROL"
,
"WM_IME_COMPOSITIONFULL"
,
"WM_IME_SELECT"
,
"WM_IME_CHAR"
,
NULL
,
"WM_IME_REQUEST"
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
"WM_IME_KEYDOWN"
,
"WM_IME_KEYUP"
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
/* 0x02a0 */
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
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