diff options
Diffstat (limited to 'sesman/chansrv/clipboard.h')
-rw-r--r-- | sesman/chansrv/clipboard.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sesman/chansrv/clipboard.h b/sesman/chansrv/clipboard.h index 9345ed32..deb70b6b 100644 --- a/sesman/chansrv/clipboard.h +++ b/sesman/chansrv/clipboard.h @@ -52,6 +52,11 @@ #define CB_FORMAT_GIF 0xD013 #define CB_FORMAT_FILE 0xC0BC +/* these are the supported general types */ +#define XRDP_CB_TEXT 1 +#define XRDP_CB_BITMAP 2 +#define XRDP_CB_FILE 3 + int APP_CC clipboard_init(void); int APP_CC |