summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/clipboard.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-10-05 10:13:53 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-10-05 10:13:53 -0700
commitc1dfea16131e1c3533f5b64a1f99254fe81d7a1f (patch)
tree4d9b181b0af1c1ee7c7cb58de252b47b893da142 /sesman/chansrv/clipboard.h
parent5e271a02ac73a3d1d5542dcfd1b0b09e62005ebd (diff)
downloadxrdp-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.h5
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