summaryrefslogtreecommitdiffstats
path: root/xrdp/constants.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2004-10-11 02:58:27 +0000
committerjsorg71 <jsorg71>2004-10-11 02:58:27 +0000
commit330a4ffb9877563a8a95b773cc62f2cb8263723b (patch)
treeaa41ac752c7ba54190ab473021415feac3c7c93b /xrdp/constants.h
parent82eb62e0cc149e1bf69217bff8771fa1a57fd577 (diff)
downloadxrdp-proprietary-330a4ffb9877563a8a95b773cc62f2cb8263723b.tar.gz
xrdp-proprietary-330a4ffb9877563a8a95b773cc62f2cb8263723b.zip
added early keyboard work and some other fixes
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