summaryrefslogtreecommitdiff
path: root/spice.proto
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-03-10 12:21:07 +1000
committerDave Airlie <airlied@redhat.com>2014-03-12 14:24:43 +1000
commit8b336f4fd3e68a31ce99ee57d3368617c63b90cf (patch)
tree39a28ceefa78341325af805010d39d69a85a360d /spice.proto
parent96ca358669cd32d17ce51f30de3cdbf0a1c0518c (diff)
spice-common: start adding egl protocolHEADmaster
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto13
1 files changed, 13 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto
index 67b3803..6f49648 100644
--- a/spice.proto
+++ b/spice.proto
@@ -901,6 +901,15 @@ channel DisplayChannel : BaseChannel {
uint32 timeout_ms;
} stream_activate_report;
+ message {
+ uint32 name_size;
+ uint8 *name[name_size] @zero_terminated @marshall @nonnull;
+ } egl_socket_path;
+
+ message {
+ uint32 egl_heads_mask;
+ } egl_state;
+
client:
message {
uint8 pixmap_cache_id;
@@ -919,6 +928,10 @@ channel DisplayChannel : BaseChannel {
int32 last_frame_delay;
uint32 audio_delay;
} stream_report;
+
+ message {
+ uint32 egl_heads_mask;
+ } egl_state_ack;
};
flags16 keyboard_modifier_flags {