diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-10-05 10:13:53 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-10-05 10:13:53 -0700 |
commit | c1dfea16131e1c3533f5b64a1f99254fe81d7a1f (patch) | |
tree | 4d9b181b0af1c1ee7c7cb58de252b47b893da142 /sesman/chansrv/clipboard.h | |
parent | 5e271a02ac73a3d1d5542dcfd1b0b09e62005ebd (diff) | |
download | xrdp-proprietary-c1dfea16131e1c3533f5b64a1f99254fe81d7a1f.tar.gz xrdp-proprietary-c1dfea16131e1c3533f5b64a1f99254fe81d7a1f.zip |
chansrv: work on clipboard
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 |