X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=grpc-proxy%2Fshell.h;h=b9a818c9e486e4a8890f37fff931394171cb2634;hb=refs%2Fchanges%2F68%2F29068%2F2;hp=b047eefeadcb6581ffab28f9bd70cdf6c98b2412;hpb=a68408367cf5e254d981e1d43ba261b9aade6166;p=src%2Fagl-compositor.git diff --git a/grpc-proxy/shell.h b/grpc-proxy/shell.h index b047eef..b9a818c 100644 --- a/grpc-proxy/shell.h +++ b/grpc-proxy/shell.h @@ -46,4 +46,5 @@ public: 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); };