summaryrefslogtreecommitdiffstats
path: root/src/AglShellGrpcClient.h
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2024-02-01 15:01:29 +0200
committerMarius Vlad <marius.vlad@collabora.com>2024-02-23 15:18:17 +0000
commitcb7aa009ef9873967152e716fb01fecc30d401f7 (patch)
tree179e737071c9cbb1eafe49c45f0b165e49b0a8dc /src/AglShellGrpcClient.h
parent5a1dc65ef626bbf487c5ed33a7ffe62cbe45c72a (diff)
AglShellGrpcClient: Add support for split windowssalmon_18.90.0salmon/18.90.018.90.0
And with it, add missing SetAppNormal. Bug-AGL: SPEC-4890 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ic362ea671674c4ffac3e8efe15977b2bec3ad316
Diffstat (limited to 'src/AglShellGrpcClient.h')
-rw-r--r--src/AglShellGrpcClient.h3
1 files changed, 3 insertions, 0 deletions
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<std::string> GetOutputs();
void GetAppState();
void AppStatusState(Callback callback);