[Spice-devel] {Spice-devel][spice-protocol PATCH v2] Add VD_AGENT_CAP_MONITORS_CONFIG_POSITION capability to client.

Sandy Stutsman sstutsma at redhat.com
Tue Aug 4 16:16:27 PDT 2015


This indicates the client's ability to handle multi-monitor
configurations that are not multi-hat.

This commit addresses:
https://bugzilla.redhat.com/show_bug.cgi?id=1248196
https://bugzilla.redhat.com/show_bug.cgi?id=1248189
---
Changed from V1: removed reference to local commit
---
 spice/vd_agent.h | 1 +
 1 file changed, 1 insertion(+)

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,
 };
 
-- 
1.9.5.msysgit.0


More information about the Spice-devel mailing list