grpc-proxy: Extend AglShellSetSplit from gRPC proxy
[src/agl-compositor.git] / grpc-proxy / agl_shell.proto
index c4f3dfe..cb9f191 100644 (file)
@@ -36,6 +36,7 @@ message DeactivateResponse {
 message SplitRequest {
        string app_id = 1;
        int32 tile_orientation = 2;
+       string output_name = 3;
 }
 
 message SplitResponse {