Dylan Smith : user32: Added message spy string for IME Status messages.

Alexandre Julliard julliard at winehq.org
Mon Nov 17 09:14:11 CST 2008


Module: wine
Branch: master
Commit: fe1f3c52930a611e1405233e30521a5233287dff
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fe1f3c52930a611e1405233e30521a5233287dff

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Sat Nov 15 21:01:44 2008 -0500

user32: Added message spy string for IME Status messages.

---

 dlls/user32/spy.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/spy.c b/dlls/user32/spy.c
index 9fbd74b..2aed057 100644
--- a/dlls/user32/spy.c
+++ b/dlls/user32/spy.c
@@ -236,7 +236,9 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
     "EM_GETLIMITTEXT",          /* 0x00d5 */
     "EM_POSFROMCHAR",           /* 0x00d6 */
     "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 */
     "SBM_SETPOS",               /* 0x00e0 */




More information about the wine-cvs mailing list