From 82eb62e0cc149e1bf69217bff8771fa1a57fd577 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Wed, 6 Oct 2004 03:35:59 +0000 Subject: organization and optimazation --- xrdp/constants.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'xrdp/constants.h') 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 -- cgit v1.2.3