X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=grpc-proxy%2Fshell.h;h=fc02f256353bacdd6e0da2d47fb256069d7d9ef5;hb=ec6f2d31293d8680a1f6dab8f53949b848bbae08;hp=b047eefeadcb6581ffab28f9bd70cdf6c98b2412;hpb=4a1684308bd6a17c5b112d30e672c40fd348fef3;p=src%2Fagl-compositor.git diff --git a/grpc-proxy/shell.h b/grpc-proxy/shell.h index b047eef..fc02f25 100644 --- a/grpc-proxy/shell.h +++ b/grpc-proxy/shell.h @@ -40,10 +40,13 @@ 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, + uint32_t width, uint32_t sticky, 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); 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); };