diff options
Diffstat (limited to 'grpc-proxy/shell.h')
-rw-r--r-- | grpc-proxy/shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc-proxy/shell.h b/grpc-proxy/shell.h index 4059e0b..143599a 100644 --- a/grpc-proxy/shell.h +++ b/grpc-proxy/shell.h @@ -43,4 +43,5 @@ public: void SetAppSplit(const std::string &app_id, uint32_t orientation); void SetAppFloat(const std::string &app_id, int32_t x_pos, int32_t y_pos); + void SetAppNormal(const std::string &app_id); }; |