diff options
Diffstat (limited to 'grpc-proxy/shell.h')
-rw-r--r-- | grpc-proxy/shell.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/grpc-proxy/shell.h b/grpc-proxy/shell.h index 03a4a87..4059e0b 100644 --- a/grpc-proxy/shell.h +++ b/grpc-proxy/shell.h @@ -41,5 +41,6 @@ public: void ActivateApp(const std::string &app_id, const std::string &output_name); void DeactivateApp(const std::string &app_id); void SetAppSplit(const std::string &app_id, uint32_t orientation); - void SetAppFloat(const std::string &app_id); + void SetAppFloat(const std::string &app_id, + int32_t x_pos, int32_t y_pos); }; |