From 000b725db81ae79ffec0a7a84a2c4aab2778dc82 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 31 Jan 2024 19:10:34 +0200 Subject: grpc-proxy/shell: Add sticky parameter when setting up split window This allow to further customize how to handle the split window. There's no implementation in the compositor for allow this functionality to take place, but doing so can be at a later point in time. Tagging the split window as sticky should allow activation of other windows while keeping the split window always displayed. Bug-AGL: SPEC-4839 Signed-off-by: Marius Vlad Change-Id: Iae4d18d2a857497c11d0e77bf43f654e2b8ed501 --- grpc-proxy/agl_shell.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'grpc-proxy/agl_shell.proto') diff --git a/grpc-proxy/agl_shell.proto b/grpc-proxy/agl_shell.proto index c8d57ac..d38d896 100644 --- a/grpc-proxy/agl_shell.proto +++ b/grpc-proxy/agl_shell.proto @@ -37,7 +37,8 @@ message SplitRequest { string app_id = 1; int32 tile_orientation = 2; int32 width = 3; - string output_name = 4; + int32 sticky = 4; + string output_name = 5; } message SplitResponse { -- cgit 1.2.3-korg