[Spice-devel] [spice-protocol PATCH] Add capability enum to indicate ability to handle non multi-hat configurations
Sandy Stutsman
sstutsma at redhat.com
Wed Jul 29 14:19:12 PDT 2015
Updated clients will set this capability allowing windows guest to issue
MONITORS_CONFIG messages to the client.
Addresses: rhbz#1248189 and rhbz#1248196
---
spice/vd_agent.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spice/vd_agent.h b/spice/vd_agent.h
index edc31ca..445b458 100644
--- a/spice/vd_agent.h
+++ b/spice/vd_agent.h
@@ -227,7 +227,7 @@ enum {
VD_AGENT_CAP_GUEST_LINEEND_CRLF,
VD_AGENT_CAP_MAX_CLIPBOARD,
VD_AGENT_CAP_AUDIO_VOLUME_SYNC,
- VD_AGENT_CAP_SET_MONITOR_POSITION,
+ VD_AGENT_CAP_MONITORS_CONFIG_POSITION,
VD_AGENT_END_CAP,
};
--
1.9.5.msysgit.0
More information about the Spice-devel
mailing list