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

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Sun Sep 2 13:44:39 PDT 2012


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

New commits:
commit aea6f66b7b0530d579b5665777b84d703befef7a
Author: Søren Sandmann Pedersen <ssp at redhat.com>
Date:   Sun Sep 2 16:41:26 2012 -0400

    Advertise SPICE_DISPLAY_CAP_COMPOSITE

diff --git a/gtk/channel-display.c b/gtk/channel-display.c
index 99fe41c..99fe9c9 100644
--- a/gtk/channel-display.c
+++ b/gtk/channel-display.c
@@ -681,6 +681,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);
 }
 
 static void spice_display_channel_init(SpiceDisplayChannel *channel)


More information about the Spice-commits mailing list