[Spice-devel] Render patches, spice, v2

Hans de Goede hdegoede at redhat.com
Fri Aug 24 01:31:27 PDT 2012


Hi,

Series looks good, except for patch 3, you need to
add the equivalent of this spice-gtk change
--- 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)

To "[PATCH 3/3] Add support for Composite command to the client"

Ack series under the condition you make that one small change.

Regards,

Hans


More information about the Spice-devel mailing list