diff options
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 |