grpc-proxy: Don't attempt to connect if there's no compositor running
[src/agl-compositor.git] / grpc-proxy / shell.h
index 143599a..95aae79 100644 (file)
@@ -44,4 +44,8 @@ public:
        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);
 };