67b8b9fd9d
Also add patches for the included copy of spice-protocol.
31 lines
907 B
Diff
31 lines
907 B
Diff
From 02133161419e56880594a357c525f1ec57f711c5 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= <ssp@redhat.com>
|
|
Date: Sat, 1 Sep 2012 11:42:56 -0400
|
|
Subject: [PATCH 5/5] Bump spice.h version number to 0.11.4
|
|
|
|
No new symbols are added, but there is an addition to QXLInterface:
|
|
|
|
void (*set_client_capabilities)(QXLInstance *qin,
|
|
uint8_t client_present,
|
|
uint8_t caps[58]);
|
|
---
|
|
server/spice.h | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/server/spice.h b/server/spice.h
|
|
index 6114407..3152f8c 100644
|
|
--- a/server/spice.h
|
|
+++ b/server/spice.h
|
|
@@ -22,7 +22,7 @@
|
|
#include <sys/socket.h>
|
|
#include <spice/qxl_dev.h>
|
|
|
|
-#define SPICE_SERVER_VERSION 0x000b02 /* release 0.11.2 */
|
|
+#define SPICE_SERVER_VERSION 0x000b04 /* release 0.11.4 */
|
|
|
|
/* interface base type */
|
|
|
|
--
|
|
1.7.4
|
|
|