[Spice-devel] [PATCH spice-gtk 09/25] Claim SPICE_DISPLAY_CAP_MONITORS_CONFIG
Marc-André Lureau
marcandre.lureau at gmail.com
Thu Jul 12 15:29:06 PDT 2012
---
gtk/channel-display.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/gtk/channel-display.c b/gtk/channel-display.c
index e7772aa..13aa810 100644
--- a/gtk/channel-display.c
+++ b/gtk/channel-display.c
@@ -653,6 +653,7 @@ static HDC create_compatible_dc(void)
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);
}
static void spice_display_channel_init(SpiceDisplayChannel *channel)
--
1.7.10.4
More information about the Spice-devel
mailing list