[Spice-commits] gtk/channel-display.c

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Fri Sep 7 09:11:24 PDT 2012


 gtk/channel-display.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1bcb20fd74502642bc057b16058c89aa43a4b819
Author: Søren Sandmann Pedersen <ssp at redhat.com>
Date:   Sun Sep 2 16:38:28 2012 -0400

    Advertise SPICE_DISPLAY_CAP_A8_SURFACE

diff --git a/gtk/channel-display.c b/gtk/channel-display.c
index 99fe9c9..326ad22 100644
--- a/gtk/channel-display.c
+++ b/gtk/channel-display.c
@@ -682,6 +682,7 @@ static void spice_display_channel_reset_capabilities(SpiceChannel *channel)
     spice_channel_set_capability(SPICE_CHANNEL(channel), SPICE_DISPLAY_CAP_SIZED_STREAM);
     spice_channel_set_capability(SPICE_CHANNEL(channel), SPICE_DISPLAY_CAP_MONITORS_CONFIG);
     spice_channel_set_capability(SPICE_CHANNEL(channel), SPICE_DISPLAY_CAP_COMPOSITE);
+    spice_channel_set_capability(SPICE_CHANNEL(channel), SPICE_DISPLAY_CAP_A8_SURFACE);
 }
 
 static void spice_display_channel_init(SpiceDisplayChannel *channel)


More information about the Spice-commits mailing list