grpc-proxy: Added set_app_output request
[src/agl-compositor.git] / grpc-proxy / shell.h
index a99111a..b047eef 100644 (file)
@@ -45,4 +45,5 @@ 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);
 };