summaryrefslogtreecommitdiffstats
path: root/xrdp/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'xrdp/constants.h')
-rw-r--r--xrdp/constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xrdp/constants.h b/xrdp/constants.h
index 8fe8b2b7..5fc18107 100644
--- a/xrdp/constants.h
+++ b/xrdp/constants.h
@@ -410,3 +410,8 @@
/* button states */
#define BUTTON_STATE_UP 0
#define BUTTON_STATE_DOWN 1
+
+/* messages */
+#define WM_PAINT 3
+#define WM_KEYDOWN 15
+#define WM_KEYUP 16