summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2012-09-02 16:41:26 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2012-09-02 16:41:26 -0400
commitaea6f66b7b0530d579b5665777b84d703befef7a (patch)
treecb9afe625c13ded7d74152b8f7cf58af8f7a4734
parent17f872f162f138098900b8e564f0e5e5ec059364 (diff)
Advertise SPICE_DISPLAY_CAP_COMPOSITE
-rw-r--r--gtk/channel-display.c1
1 files changed, 1 insertions, 0 deletions
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)