Kusanagi Kouichi : user32: Add definitions for EM_GETIMESTATUS and EM_SETIMESTATUS.

Alexandre Julliard julliard at winehq.org
Mon Jan 18 10:58:53 CST 2010


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

Author: Kusanagi Kouichi <slash at ac.auone-net.jp>
Date:   Fri Jan 15 22:22:28 2010 +0900

user32: Add definitions for EM_GETIMESTATUS and EM_SETIMESTATUS.

---

 include/winuser.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/include/winuser.h b/include/winuser.h
index 91fca34..1a0ea5a 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -970,6 +970,14 @@ WINUSERAPI BOOL     WINAPI SetSysColors(INT,const INT*,const COLORREF*);
 /* a name change since win95 */
 #define EM_SETLIMITTEXT          EM_LIMITTEXT
 
+/* IMESTATUS type */
+#define EMSIS_COMPOSITIONSTRING 1
+
+/* IMESTATUS type specific data */
+#define EIMES_GETCOMPSTRATONCE         0x0001
+#define EIMES_CANCELCOMPSTRINFOCUS     0x0002
+#define EIMES_COMPLETECOMPSTRKILLFOCUS 0x0004
+
 /* EDITWORDBREAKPROC code values */
 #define WB_LEFT         0
 #define WB_RIGHT        1




More information about the wine-cvs mailing list