summaryrefslogtreecommitdiffstats
path: root/grpc-proxy/agl_shell.proto
diff options
context:
space:
mode:
Diffstat (limited to 'grpc-proxy/agl_shell.proto')
-rw-r--r--grpc-proxy/agl_shell.proto3
1 files changed, 2 insertions, 1 deletions
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 {