summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-03-26 18:19:14 +0200
committerYonit Halperin <yhalperi@redhat.com>2012-03-26 18:19:14 +0200
commitd0ac60232e064c6a0396d02f8890f46a3ef13162 (patch)
tree394f284807245044c6c43b8b777ef814e93cccfe
parentca3ff2e157addbd9451135da0c3c06a83507de9b (diff)
sizing streamsvideo.v1
-rw-r--r--spice/enums.h1
-rw-r--r--spice/protocol.h4
2 files changed, 5 insertions, 0 deletions
diff --git a/spice/enums.h b/spice/enums.h
index 49d5124..601d799 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -417,6 +417,7 @@ enum {
SPICE_MSG_DISPLAY_DRAW_ALPHA_BLEND,
SPICE_MSG_DISPLAY_SURFACE_CREATE,
SPICE_MSG_DISPLAY_SURFACE_DESTROY,
+ SPICE_MSG_DISPLAY_STREAM_DATA_SIZED,
SPICE_MSG_END_DISPLAY
};
diff --git a/spice/protocol.h b/spice/protocol.h
index 8953b61..2ee551a 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -123,6 +123,10 @@ enum {
SPICE_MAIN_CAP_NAME_AND_UUID,
};
+enum {
+ SPICE_DISPLAY_CAP_SIZED_STREAM,
+};
+
#include <spice/end-packed.h>
#endif /* _H_SPICE_PROTOCOL */