diff mbox

[PATCH-v2,spice-gtk] Advertise SPICE_DISPLAY_CAP_A8_SURFACE

Message ID 1346621726-11313-4-git-send-email-ssp@redhat.com
State New
Headers show

Commit Message

Søren Sandmann Pedersen Sept. 2, 2012, 9:35 p.m. UTC
---
 gtk/channel-display.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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)