summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2012-09-01 11:30:58 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2012-09-06 13:04:10 -0400
commit9e9432c0233ff2e62170543634e5b2419891c0da (patch)
tree70c7d04194845f73245696f361184944b40b3fcb
parent5579d8721bb3f96be3bab98b568c9e5dc01b5601 (diff)
downloadspice-9e9432c0233ff2e62170543634e5b2419891c0da.tar.gz
spice-9e9432c0233ff2e62170543634e5b2419891c0da.tar.xz
spice-9e9432c0233ff2e62170543634e5b2419891c0da.zip
client: Advertise A8_SURFACE capability
-rw-r--r--client/display_channel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/display_channel.cpp b/client/display_channel.cpp
index d08072de..49a4c6af 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()