Add some new messages to the spy and winuser.h

Dmitry Timoshkov dmitry at baikal.ru
Thu Jan 3 05:04:43 CST 2002


Hello.

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Add some new messages to the spy and winuser.h.

diff -ur cvs/hq/wine/include/winuser.h wine/include/winuser.h
--- cvs/hq/wine/include/winuser.h	Sun Dec 30 16:12:47 2001
+++ wine/include/winuser.h	Thu Jan  3 17:54:20 2002
@@ -1047,6 +1047,16 @@
 #define WM_MENUCHAR         0x0120
 #define WM_ENTERIDLE        0x0121
 
+#define WM_MENURBUTTONUP    0x0122
+#define WM_MENUDRAG         0x0123
+#define WM_MENUGETOBJECT    0x0124
+#define WM_UNINITMENUPOPUP  0x0125
+#define WM_MENUCOMMAND      0x0126
+
+#define WM_CHANGEUISTATE    0x0127
+#define WM_UPDATEUISTATE    0x0128
+#define WM_QUERYUISTATE     0x0129
+
 #define WM_LBTRACKPOINT     0x0131
 
   /* Win32 CTLCOLOR messages */
diff -ur cvs/hq/wine/windows/spy.c wine/windows/spy.c
--- cvs/hq/wine/windows/spy.c	Mon Dec 10 21:25:54 2001
+++ wine/windows/spy.c	Thu Jan  3 17:54:20 2002
@@ -251,8 +251,17 @@
 
     "WM_MENUCHAR",              /* 0x0120 */
     "WM_ENTERIDLE",             /* 0x0121 */
+
+    "WM_MENURBUTTONUP",         /* 0x0122 */
+    "WM_MENUDRAG",              /* 0x0123 */
+    "WM_MENUGETOBJECT",         /* 0x0124 */
+    "WM_UNINITMENUPOPUP",       /* 0x0125 */
+    "WM_MENUCOMMAND",           /* 0x0126 */
+    "WM_CHANGEUISTATE",         /* 0x0127 */
+    "WM_UPDATEUISTATE",         /* 0x0128 */
+    "WM_QUERYUISTATE",          /* 0x0129 */
+
     NULL, NULL, NULL, NULL, NULL, NULL,
-    NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
 
     /* 0x0130 */
     NULL,








More information about the wine-patches mailing list