spice/0005-Bump-spice.h-version-number-to-0.11.4.patch
Søren Sandmann Pedersen 67b8b9fd9d Add patches to support capability bits in QXL
Also add patches for the included copy of spice-protocol.
2012-09-06 13:58:53 -04:00

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