[ros-diffs] [fireball] 42062: - Add two WineX11-specific mouse event flags. - Add an OEM specific VK code.

fireball at svn.reactos.org fireball at svn.reactos.org
Sat Jul 18 21:15:35 CEST 2009


Author: fireball
Date: Sat Jul 18 21:15:34 2009
New Revision: 42062

URL: http://svn.reactos.org/svn/reactos?rev=42062&view=rev
Log:
- Add two WineX11-specific mouse event flags.
- Add an OEM specific VK code.

Modified:
    branches/arwinss/reactos/include/psdk/winuser.h

Modified: branches/arwinss/reactos/include/psdk/winuser.h
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/include/psdk/winuser.h?rev=42062&r1=42061&r2=42062&view=diff
==============================================================================
--- branches/arwinss/reactos/include/psdk/winuser.h [iso-8859-1] (original)
+++ branches/arwinss/reactos/include/psdk/winuser.h [iso-8859-1] Sat Jul 18 21:15:34 2009
@@ -1151,6 +1151,8 @@
 #define MOUSEEVENTF_RIGHTUP 16
 #define MOUSEEVENTF_MIDDLEDOWN 32
 #define MOUSEEVENTF_MIDDLEUP 64
+#define MOUSEEVENTF_XDOWN 0x0080
+#define MOUSEEVENTF_XUP 0x0100
 #define MOUSEEVENTF_WHEEL 0x0800
 #define MOUSEEVENTF_ABSOLUTE 32768
 #define PM_NOREMOVE 0
@@ -2208,6 +2210,7 @@
 #define VK_F24	0x87
 #define VK_NUMLOCK	0x90
 #define VK_SCROLL	0x91
+#define VK_OEM_NEC_EQUAL	0x92
 #define VK_LSHIFT	0xA0
 #define VK_RSHIFT	0xA1
 #define VK_LCONTROL	0xA2



More information about the Ros-diffs mailing list