summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-10-12 13:52:40 +0200
committerHans de Goede <hdegoede@redhat.com>2010-10-12 13:52:40 +0200
commit7e66782a76473d4d5231412db1874054da172d57 (patch)
treeb9aaa537c949c90e473a466e6438a06f1f7372da
parent55bdae1179dc9a53bb0726a03bb6977dc67dd3e2 (diff)
Add clipboard data types for images
-rw-r--r--spice/vd_agent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/spice/vd_agent.h b/spice/vd_agent.h
index 8c09701..43d0e7c 100644
--- a/spice/vd_agent.h
+++ b/spice/vd_agent.h
@@ -132,6 +132,10 @@ typedef struct SPICE_ATTR_PACKED VDAgentClipboard {
enum {
VD_AGENT_CLIPBOARD_NONE = 0,
VD_AGENT_CLIPBOARD_UTF8_TEXT,
+ VD_AGENT_CLIPBOARD_IMAGE_PNG, /* All clients with image support should support this one */
+ VD_AGENT_CLIPBOARD_IMAGE_BMP, /* optional */
+ VD_AGENT_CLIPBOARD_IMAGE_TIFF, /* optional */
+ VD_AGENT_CLIPBOARD_IMAGE_JPG, /* optional */
};
typedef struct SPICE_ATTR_PACKED VDAgentClipboardGrab {