[Spice-commits] spice/vd_agent.h

Christophe Fergau teuf at kemper.freedesktop.org
Thu Aug 6 03:02:24 PDT 2015


 spice/vd_agent.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 666b5c5780acf3176a9cff61ad549d30bb1b9824
Author: Sandy Stutsman <sstutsma at redhat.com>
Date:   Tue Aug 4 19:16:27 2015 -0400

    Add VD_AGENT_CAP_MONITORS_CONFIG_POSITION capability to client.
    
    This indicates the client's ability to handle multi-monitor
    configurations that are not multi-head.
    
    This commit addresses:
    https://bugzilla.redhat.com/show_bug.cgi?id=1248196
    https://bugzilla.redhat.com/show_bug.cgi?id=1248189

diff --git a/spice/vd_agent.h b/spice/vd_agent.h
index 7732eca..445b458 100644
--- a/spice/vd_agent.h
+++ b/spice/vd_agent.h
@@ -227,6 +227,7 @@ enum {
     VD_AGENT_CAP_GUEST_LINEEND_CRLF,
     VD_AGENT_CAP_MAX_CLIPBOARD,
     VD_AGENT_CAP_AUDIO_VOLUME_SYNC,
+    VD_AGENT_CAP_MONITORS_CONFIG_POSITION,
     VD_AGENT_END_CAP,
 };
 


More information about the Spice-commits mailing list