mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
added WM_NCXBUTTON* messages
svn path=/trunk/; revision=7073
This commit is contained in:
parent
9d372b138d
commit
ff7ca5e860
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue