summaryrefslogtreecommitdiffstats
path: root/xrdp/constants.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2004-10-06 03:35:59 +0000
committerjsorg71 <jsorg71>2004-10-06 03:35:59 +0000
commit82eb62e0cc149e1bf69217bff8771fa1a57fd577 (patch)
tree47c4b51a305b1648a9452f26a7c77afa7b19d711 /xrdp/constants.h
parenteeaff1851220ab7179c2c0f6c4cc3425a80afb91 (diff)
downloadxrdp-proprietary-82eb62e0cc149e1bf69217bff8771fa1a57fd577.tar.gz
xrdp-proprietary-82eb62e0cc149e1bf69217bff8771fa1a57fd577.zip
organization and optimazation
Diffstat (limited to 'xrdp/constants.h')
-rw-r--r--xrdp/constants.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/xrdp/constants.h b/xrdp/constants.h
index ec531273..8fe8b2b7 100644
--- a/xrdp/constants.h
+++ b/xrdp/constants.h
@@ -397,3 +397,16 @@
#define RDP_ORDER_FONTCACHE 3
#define RDP_ORDER_RAW_BMPCACHE2 4
#define RDP_ORDER_BMPCACHE2 5
+
+/* drawable types */
+#define WND_TYPE_BITMAP 0
+#define WND_TYPE_WND 1
+#define WND_TYPE_SCREEN 2
+#define WND_TYPE_BUTTON 3
+#define WND_TYPE_IMAGE 4
+#define WND_TYPE_EDIT 5
+#define WND_TYPE_LABEL 6
+
+/* button states */
+#define BUTTON_STATE_UP 0
+#define BUTTON_STATE_DOWN 1