X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=grpc-proxy%2Fagl_shell.proto;h=d38d896eea7604cf2669f81c974157549a0c0621;hb=000b725db81ae79ffec0a7a84a2c4aab2778dc82;hp=c8d57aca3748c513ec4660199873bc9a81ced6f2;hpb=b87f46acc5b0b252e4642f2130ef3093294afac8;p=src%2Fagl-compositor.git 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 {