diff options
-rw-r--r-- | spice.proto | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spice.proto b/spice.proto index 3bca900..1996496 100644 --- a/spice.proto +++ b/spice.proto @@ -915,6 +915,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; @@ -937,6 +946,10 @@ channel DisplayChannel : BaseChannel { message { image_compression image_compression; } preferred_compression; + + message { + uint32 egl_heads_mask; + } egl_state_ack; }; flags16 keyboard_modifier_flags { |