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
This commit is contained in:
Sandy Stutsman 2015-08-04 19:16:27 -04:00 committed by Christophe Fergeau
parent 246825477f
commit 666b5c5780

View File

@ -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,
};