X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=grpc-proxy%2Fshell.h;h=95aae793cd4d7b541cbb0ef24ed09f0e81041181;hb=d8e72099ecbcadc6e8b242686cf012763a5f1a3a;hp=b9a818c9e486e4a8890f37fff931394171cb2634;hpb=2edba91d3eab0d7b3c490c12be1f9bc3b5255aa8;p=src%2Fagl-compositor.git 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); };