summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2013-09-10 12:30:57 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2013-09-12 13:49:25 +0200
commit4d8d2b612473ddd645572b23f7bf2658de0ec4f5 (patch)
treefbb2ef9ab600371e603bb8090a2de5dc4b8ad1d6 /spice.proto
parentffc3e8a32700194477d5d576c8bd3f7df853a6b1 (diff)
downloadspice-common-4d8d2b612473ddd645572b23f7bf2658de0ec4f5.tar.gz
spice-common-4d8d2b612473ddd645572b23f7bf2658de0ec4f5.tar.xz
spice-common-4d8d2b612473ddd645572b23f7bf2658de0ec4f5.zip
proto: comment future surface flags usage
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto
index 5eede6b..728178b 100644
--- a/spice.proto
+++ b/spice.proto
@@ -425,6 +425,8 @@ flags8 string_flags {
};
flags32 surface_flags {
+ /* Adding flags requires some caps check, since old clients only
+ treat the value as an enum and not as a flag (flag == PRIMARY) */
PRIMARY
};