X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FAglShellGrpcClient.h;h=bc246d92b79766275911a4d7a308628ae79bf865;hb=21772bfc2d482248e2df5438039a70d5231bc993;hp=7c30fe68a174a5e53d7cc5d18e98865c78b9b631;hpb=ad0d2072c885d5ef6065ea5039536fe0d01a6871;p=src%2Fwindow-management-client-grpc.git diff --git a/src/AglShellGrpcClient.h b/src/AglShellGrpcClient.h index 7c30fe6..bc246d9 100644 --- a/src/AglShellGrpcClient.h +++ b/src/AglShellGrpcClient.h @@ -94,6 +94,7 @@ 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 SetAppPosition(const std::string& app_id, int32_t x, int32_t y); std::vector GetOutputs(); void GetAppState(); void AppStatusState(Callback callback);