summaryrefslogtreecommitdiff
path: root/spice.proto
diff options
context:
space:
mode:
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 {