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
fe1f3c52
Commit
fe1f3c52
authored
Nov 15, 2008
by
Dylan Smith
Committed by
Alexandre Julliard
Nov 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Added message spy string for IME Status messages.
parent
c51f100f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
spy.c
dlls/user32/spy.c
+3
-1
No files found.
dlls/user32/spy.c
View file @
fe1f3c52
...
@@ -236,7 +236,9 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
...
@@ -236,7 +236,9 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
"EM_GETLIMITTEXT"
,
/* 0x00d5 */
"EM_GETLIMITTEXT"
,
/* 0x00d5 */
"EM_POSFROMCHAR"
,
/* 0x00d6 */
"EM_POSFROMCHAR"
,
/* 0x00d6 */
"EM_CHARFROMPOS"
,
/* 0x00d7 */
"EM_CHARFROMPOS"
,
/* 0x00d7 */
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
"EM_SETIMESTATUS"
,
/* 0x00d8 */
"EM_GETIMESTATUS"
,
/* 0x00d9 */
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
/* 0x00E0 - Win32 Scrollbars */
/* 0x00E0 - Win32 Scrollbars */
"SBM_SETPOS"
,
/* 0x00e0 */
"SBM_SETPOS"
,
/* 0x00e0 */
...
...
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