added WM_NCXBUTTON* messages
authorThomas Bluemel <thomas@reactsoft.com>
Mon, 15 Dec 2003 00:44:52 +0000 (00:44 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Mon, 15 Dec 2003 00:44:52 +0000 (00:44 +0000)
svn path=/trunk/; revision=7073

reactos/include/messages.h

index 77eb419..c799add 100644 (file)
@@ -1050,6 +1050,9 @@ extern "C" {
 #define WM_NCRBUTTONDBLCLK     (166)
 #define WM_NCRBUTTONDOWN       (164)
 #define WM_NCRBUTTONUP (165)
+#define WM_NCXBUTTONDOWN       (171)
+#define WM_NCXBUTTONUP (172)
+#define WM_NCXBUTTONDBLCLK     (173)
 #define WM_NEXTDLGCTL  (40)
 #define WM_NOTIFY      (78)
 #define WM_NOTIFYFORMAT        (85)