summaryrefslogtreecommitdiffstats
path: root/grpc-proxy/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'grpc-proxy/shell.h')
-rw-r--r--grpc-proxy/shell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc-proxy/shell.h b/grpc-proxy/shell.h
index a99111a..b047eef 100644
--- a/grpc-proxy/shell.h
+++ b/grpc-proxy/shell.h
@@ -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);
};