summaryrefslogtreecommitdiffstats
path: root/server/spice.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-03-24 16:50:45 +0100
committerHans de Goede <hdegoede@redhat.com>2011-03-24 17:30:03 +0100
commitbcf9a60aa97419e12dc83916719e3633bfbb872f (patch)
treeca4a885133212d9643c6b0d0cc044fa494814c6e /server/spice.h
parentc2db6d1066bcb73c5ddf9e38c4ef30545706eae9 (diff)
downloadspice-bcf9a60aa97419e12dc83916719e3633bfbb872f.tar.gz
spice-bcf9a60aa97419e12dc83916719e3633bfbb872f.tar.xz
spice-bcf9a60aa97419e12dc83916719e3633bfbb872f.zip
server: Make copy paste support configurable
Also bump SPICE_SERVER_VERSION to 0x000801 as 0.8.1 will be the first version with the new API for this, and we need to be able to detect the presence of this API in qemu.
Diffstat (limited to 'server/spice.h')
-rw-r--r--server/spice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/spice.h b/server/spice.h
index 7e85ad7e..d22425bb 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -21,7 +21,7 @@
#include <stdint.h>
#include <sys/socket.h>
-#define SPICE_SERVER_VERSION 0x000701 /* release 0.7.1 */
+#define SPICE_SERVER_VERSION 0x000801 /* release 0.8.1 */
/* interface base type */
@@ -428,6 +428,7 @@ enum {
int spice_server_set_streaming_video(SpiceServer *s, int value);
int spice_server_set_playback_compression(SpiceServer *s, int enable);
int spice_server_set_agent_mouse(SpiceServer *s, int enable);
+int spice_server_set_agent_copypaste(SpiceServer *s, int enable);
int spice_server_get_sock_info(SpiceServer *s, struct sockaddr *sa, socklen_t *salen);
int spice_server_get_peer_info(SpiceServer *s, struct sockaddr *sa, socklen_t *salen);