diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-01-25 19:52:53 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2024-02-22 13:51:33 +0000 |
commit | 3f2cdeae25429b84600ff31608e593ac1c56398e (patch) | |
tree | ea4b8f21b9417742e07ccff1949572b2a259ed8b /grpc-proxy/shell.h | |
parent | 09fa5536e759792c80341305a536cd59aa801c6d (diff) |
grpc-proxy: Extend AglShellSetSplit from gRPC proxy
This adds an implementation for it and includes the output name,
previously being missed.
Bug-AGL: SPEC-4839
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I95181adebe1ff6cddf81796444774277fec28a9a
Diffstat (limited to 'grpc-proxy/shell.h')
-rw-r--r-- | grpc-proxy/shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc-proxy/shell.h b/grpc-proxy/shell.h index 95aae79..587ed90 100644 --- a/grpc-proxy/shell.h +++ b/grpc-proxy/shell.h @@ -40,7 +40,7 @@ public: m_shell(shell), m_shell_data(sh_data) { } void ActivateApp(const std::string &app_id, const std::string &output_name); void DeactivateApp(const std::string &app_id); - void SetAppSplit(const std::string &app_id, uint32_t orientation); + void SetAppSplit(const std::string &app_id, uint32_t orientation, const std::string &output_name); void SetAppFloat(const std::string &app_id, int32_t x_pos, int32_t y_pos); void SetAppNormal(const std::string &app_id); |