grpc-proxy: Start the gRPC server and waiting thread much sooner
[src/agl-compositor.git] / grpc-proxy / shell.h
index a99111a..95aae79 100644 (file)
@@ -45,4 +45,7 @@ public:
                         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);
 };