Add SetAppScale example support
[src/window-management-client-grpc.git] / src / AglShellGrpcClient.h
index bc246d9..844ece5 100644 (file)
@@ -95,6 +95,7 @@ public:
        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);
+       bool SetAppScale(const std::string& app_id, int32_t width, int32_t height);
        std::vector<std::string> GetOutputs();
        void GetAppState();
        void AppStatusState(Callback callback);