diff options
author | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2010-11-19 17:18:15 -0200 |
---|---|---|
committer | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2010-11-20 22:13:49 -0200 |
commit | 759757435eb4d437e91c64fced55f58fd61e6c7a (patch) | |
tree | 2f13166e27d85f0932ee7a4ff2f10c0bbd174f70 /xrdp/xrdp_types.h | |
parent | 83edc21992cce552e1b71146db308d94547fc2bb (diff) | |
download | xrdp-proprietary-759757435eb4d437e91c64fced55f58fd61e6c7a.tar.gz xrdp-proprietary-759757435eb4d437e91c64fced55f58fd61e6c7a.zip |
xrdp comestic patch from "Alessandro Briosi" <tsdogs@briosix.org>
Diffstat (limited to 'xrdp/xrdp_types.h')
-rw-r--r-- | xrdp/xrdp_types.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h index 7d470e08..eb4d0ad0 100644 --- a/xrdp/xrdp_types.h +++ b/xrdp/xrdp_types.h @@ -227,6 +227,7 @@ struct xrdp_wm int white; int red; int green; + int background; /* dragging info */ int dragging; int draggingx; @@ -370,6 +371,21 @@ struct xrdp_bitmap #define NUM_FONTS 0x4e00 #define DEFAULT_FONT_NAME "sans-10.fv1" +#define DEFAULT_ELEMENT_TOP 35 +#define DEFAULT_BUTTON_W 60 +#define DEFAULT_BUTTON_H 23 +#define DEFAULT_COMBO_W 140 +#define DEFAULT_COMBO_H 21 +#define DEFAULT_EDIT_W 140 +#define DEFAULT_EDIT_H 21 +#define DEFAULT_WND_LOGIN_W 400 +#define DEFAULT_WND_LOGIN_H 200 +#define DEFAULT_WND_HELP_W 340 +#define DEFAULT_WND_HELP_H 300 +#define DEFAULT_WND_LOG_W 400 +#define DEFAULT_WND_LOG_H 400 +#define DEFAULT_WND_SPECIAL_H 100 + /* font */ struct xrdp_font { |