[Spice-devel] [protocol RFC 2/2] protocol: add SPICE_DISPLAY_CAP_HEAD

Alon Levy alevy at redhat.com
Sun May 6 23:29:47 PDT 2012


Signifies that the client will support any SpiceDisplayMsgHead sent.
---
 spice/protocol.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/spice/protocol.h b/spice/protocol.h
index e3342cb..b7d2bca 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -122,6 +122,10 @@ enum {
     SPICE_MAIN_CAP_NAME_AND_UUID,
 };
 
+enum {
+    SPICE_DISPLAY_CAP_HEAD,
+};
+
 #include <spice/end-packed.h>
 
 #endif /* _H_SPICE_PROTOCOL */
-- 
1.7.10.1



More information about the Spice-devel mailing list