diff options
author | Jim Grandy <jgrandy@authentic8.com> | 2013-08-07 21:02:22 -0700 |
---|---|---|
committer | Jim Grandy <jgrandy@authentic8.com> | 2013-08-22 12:56:51 -0700 |
commit | b7b3d9ef28e14e7e7ab20d74a71b1582bccf9430 (patch) | |
tree | 4cd5f3482a0c8053dc8301d572040cb791c791d5 /common/xrdp_constants.h | |
parent | aa5b9e56b2eadc1a10f7abe46c8ca7745fffc97e (diff) | |
download | xrdp-proprietary-b7b3d9ef28e14e7e7ab20d74a71b1582bccf9430.tar.gz xrdp-proprietary-b7b3d9ef28e14e7e7ab20d74a71b1582bccf9430.zip |
Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce
Diffstat (limited to 'common/xrdp_constants.h')
-rw-r--r-- | common/xrdp_constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 8a81d18f..4ccc4a46 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -464,6 +464,10 @@ #define WM_BUTTON4DOWN 108 #define WM_BUTTON5UP 109 #define WM_BUTTON5DOWN 110 +#define WM_BUTTON6UP 111 +#define WM_BUTTON6DOWN 112 +#define WM_BUTTON7UP 113 +#define WM_BUTTON7DOWN 114 #define WM_INVALIDATE 200 #define CB_ITEMCHANGE 300 |