summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandy Stutsman <sstutsma@redhat.com>2015-08-04 19:16:27 -0400
committerChristophe Fergeau <cfergeau@redhat.com>2015-08-06 11:52:00 +0200
commit666b5c5780acf3176a9cff61ad549d30bb1b9824 (patch)
treefeab15283f16eb404ed81cae9c58ad2867c3ce19
parent246825477f2aa75362e3ce3c46e68284e9fe1de4 (diff)
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
-rw-r--r--spice/vd_agent.h1
1 files changed, 1 insertions, 0 deletions
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,
};