X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=grpc-proxy%2Fagl_shell.proto;h=c8d57aca3748c513ec4660199873bc9a81ced6f2;hb=b87f46acc5b0b252e4642f2130ef3093294afac8;hp=cb9f1919ab483e1b22fa1e715128acd78db4d93d;hpb=083ee3d2b88f49612dfab230990e54c3edbf3aef;p=src%2Fagl-compositor.git diff --git a/grpc-proxy/agl_shell.proto b/grpc-proxy/agl_shell.proto index cb9f191..c8d57ac 100644 --- a/grpc-proxy/agl_shell.proto +++ b/grpc-proxy/agl_shell.proto @@ -36,7 +36,8 @@ message DeactivateResponse { message SplitRequest { string app_id = 1; int32 tile_orientation = 2; - string output_name = 3; + int32 width = 3; + string output_name = 4; } message SplitResponse {