diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-07-31 14:41:48 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2023-08-29 13:31:20 +0000 |
commit | ca537df2c52990acf97fb1c42ec2d993c60eae2d (patch) | |
tree | 04dee27f2bec9969285547bb7815238264bf2bff /grpc-proxy/shell.h | |
parent | 2edba91d3eab0d7b3c490c12be1f9bc3b5255aa8 (diff) |
grpc-proxy: Add dynamic scale of floating windows
This adds basic scaling for floating windows, sending new dimensions to
the clients to resize itself.
Bug-AGL: SPEC-4862
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ic693153cd704b278dcddd2514afc8dafecf8829b
Diffstat (limited to 'grpc-proxy/shell.h')
-rw-r--r-- | grpc-proxy/shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc-proxy/shell.h b/grpc-proxy/shell.h index b9a818c..95aae79 100644 --- a/grpc-proxy/shell.h +++ b/grpc-proxy/shell.h @@ -47,4 +47,5 @@ public: void SetAppFullscreen(const std::string &app_id); void SetAppOnOutput(const std::string &app_id, const std::string &output); void SetAppPosition(const std::string &app_id, int32_t x, int32_t y); + void SetAppScale(const std::string &app_id, int32_t width, int32_t height); }; |