X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FAglShellGrpcClient.h;h=f66b44c422146a4381a3848acc08d225b88a9e26;hb=cb7aa009ef9873967152e716fb01fecc30d401f7;hp=844ece542fb60c40307333550012308dc36042dc;hpb=5a1dc65ef626bbf487c5ed33a7ffe62cbe45c72a;p=src%2Fwindow-management-client-grpc.git diff --git a/src/AglShellGrpcClient.h b/src/AglShellGrpcClient.h index 844ece5..f66b44c 100644 --- a/src/AglShellGrpcClient.h +++ b/src/AglShellGrpcClient.h @@ -94,8 +94,11 @@ public: bool SetAppFloat(const std::string& app_id, int32_t x_pos, int32_t y_pos); bool SetAppFullscreen(const std::string& app_id); bool SetAppOnOutput(const std::string& app_id, const std::string& output); + bool SetAppNormal(const std::string& app_id); bool SetAppPosition(const std::string& app_id, int32_t x, int32_t y); bool SetAppScale(const std::string& app_id, int32_t width, int32_t height); + bool SetAppSplit(const std::string& app_id, uint32_t orientation, + int32_t width, int32_t sticky, const std::string& output_name); std::vector GetOutputs(); void GetAppState(); void AppStatusState(Callback callback);