grpc-proxy/shell: Add sticky parameter when setting up split window
[src/agl-compositor.git] / grpc-proxy / agl_shell.proto
index cb9f191..d38d896 100644 (file)
@@ -36,7 +36,9 @@ message DeactivateResponse {
 message SplitRequest {
        string app_id = 1;
        int32 tile_orientation = 2;
-       string output_name = 3;
+       int32 width = 3;
+       int32 sticky = 4;
+       string output_name = 5;
 }
 
 message SplitResponse {