diff options
Diffstat (limited to 'grpc-proxy/agl_shell.proto')
-rw-r--r-- | grpc-proxy/agl_shell.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc-proxy/agl_shell.proto b/grpc-proxy/agl_shell.proto index 22fad1c..8e81750 100644 --- a/grpc-proxy/agl_shell.proto +++ b/grpc-proxy/agl_shell.proto @@ -37,6 +37,8 @@ message SplitResponse { message FloatRequest { string app_id = 1; + int32 x_pos = 2; + int32 y_pos = 3; } message FloatResponse { |