From 82d3f817fbc2c341dc0b6f57245e9ce9481fec8f Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 18 Oct 2012 18:43:04 -0700 Subject: chansrv: work on clipboard --- sesman/chansrv/clipboard.h | 61 ---------------------------------------------- 1 file changed, 61 deletions(-) (limited to 'sesman/chansrv/clipboard.h') diff --git a/sesman/chansrv/clipboard.h b/sesman/chansrv/clipboard.h index 965ccdc5..e05d82fd 100644 --- a/sesman/chansrv/clipboard.h +++ b/sesman/chansrv/clipboard.h @@ -23,67 +23,6 @@ #include "arch.h" #include "parse.h" -#define CB_CAPSTYPE_GENERAL 1 - -#define CB_MONITOR_READY 1 -#define CB_FORMAT_LIST 2 -#define CB_FORMAT_LIST_RESPONSE 3 -#define CB_FORMAT_DATA_REQUEST 4 -#define CB_FORMAT_DATA_RESPONSE 5 -#define CB_TEMP_DIRECTORY 6 -#define CB_CLIP_CAPS 7 -#define CB_FILECONTENTS_REQUEST 8 -#define CB_FILECONTENTS_RESPONSE 9 -#define CB_LOCK_CLIPDATA 10 -#define CB_UNLOCK_CLIPDATA 11 - -#define CB_USE_LONG_FORMAT_NAMES 0x00000002 -#define CB_STREAM_FILECLIP_ENABLED 0x00000004 -#define CB_FILECLIP_NO_FILE_PATHS 0x00000008 -#define CB_CAN_LOCK_CLIPDATA 0x00000010 - -#define CB_FILECONTENTS_SIZE 0x00000001 -#define CB_FILECONTENTS_RANGE 0x00000002 - -#define CB_FORMAT_RAW 0x0000 -#define CB_FORMAT_TEXT 0x0001 -#define CB_FORMAT_DIB 0x0008 -#define CB_FORMAT_UNICODETEXT 0x000D -#define CB_FORMAT_HTML 0xD010 -#define CB_FORMAT_PNG 0xD011 -#define CB_FORMAT_JPEG 0xD012 -#define CB_FORMAT_GIF 0xD013 -#define CB_FORMAT_FILE 0xC0BC - -/* Used by the Format List Response PDU, Format Data Response PDU, and File - Contents Response PDU to indicate that the associated request Format List - PDU, Format Data Request PDU, and File Contents Request PDU were processed - successfully. */ -#define CB_RESPONSE_OK 0x0001 - -/* Used by the Format List Response PDU, Format Data Response PDU, and File - Contents Response PDU to indicate that the associated Format List PDU, - Format Data Request PDU, and File Contents Request PDU were not processed - successfully. */ -#define CB_RESPONSE_FAIL 0x0002 - -/* Used by the Short Format Name variant of the Format List Response PDU to - indicate the format names are in ASCII 8. */ -#define CB_ASCII_NAMES 0x0004 - -/* these are the supported general types */ -#define XRDP_CB_TEXT 1 -#define XRDP_CB_BITMAP 2 -#define XRDP_CB_FILE 3 - -#define CB_FD_ATTRIBUTES 0x00000004 -#define CB_FD_FILESIZE 0x00000040 -#define CB_FD_WRITESTIME 0x00000020 -#define CB_FD_PROGRESSUI 0x00004000 - -#define CB_FILE_ATTRIBUTE_ARCHIVE 0x00000020; -#define CB_FILE_ATTRIBUTE_NORMAL 0x00000080; - int APP_CC clipboard_init(void); int APP_CC -- cgit v1.2.1