X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=grpc-proxy%2Fagl_shell.proto;h=d38d896eea7604cf2669f81c974157549a0c0621;hb=16d8d1af63ea1bbdaa9223cbf3e01cb6698f1eb0;hp=c4f3dfedd0c980ab3045a4ada1b91e6534d84170;hpb=ca537df2c52990acf97fb1c42ec2d993c60eae2d;p=src%2Fagl-compositor.git diff --git a/grpc-proxy/agl_shell.proto b/grpc-proxy/agl_shell.proto index c4f3dfe..d38d896 100644 --- a/grpc-proxy/agl_shell.proto +++ b/grpc-proxy/agl_shell.proto @@ -36,6 +36,9 @@ message DeactivateResponse { message SplitRequest { string app_id = 1; int32 tile_orientation = 2; + int32 width = 3; + int32 sticky = 4; + string output_name = 5; } message SplitResponse {