67b8b9fd9d
Also add patches for the included copy of spice-protocol.
25 lines
758 B
Diff
25 lines
758 B
Diff
From 9e9432c0233ff2e62170543634e5b2419891c0da 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:30:58 -0400
|
|
Subject: [PATCH 1/5] client: Advertise A8_SURFACE capability
|
|
|
|
---
|
|
client/display_channel.cpp | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/client/display_channel.cpp b/client/display_channel.cpp
|
|
index d08072d..49a4c6a 100644
|
|
--- a/client/display_channel.cpp
|
|
+++ b/client/display_channel.cpp
|
|
@@ -652,6 +652,7 @@ DisplayChannel::DisplayChannel(RedClient& client, uint32_t id,
|
|
set_draw_handlers();
|
|
|
|
set_capability(SPICE_DISPLAY_CAP_COMPOSITE);
|
|
+ set_capability(SPICE_DISPLAY_CAP_A8_SURFACE);
|
|
}
|
|
|
|
DisplayChannel::~DisplayChannel()
|
|
--
|
|
1.7.4
|
|
|