diff options
Diffstat (limited to 'src/AglShellGrpcClient.h')
-rw-r--r-- | src/AglShellGrpcClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AglShellGrpcClient.h b/src/AglShellGrpcClient.h index a50369a..7c30fe6 100644 --- a/src/AglShellGrpcClient.h +++ b/src/AglShellGrpcClient.h @@ -93,6 +93,7 @@ public: bool DeactivateApp(const std::string& app_id); bool SetAppFloat(const std::string& app_id, int32_t x_pos, int32_t y_pos); bool SetAppFullscreen(const std::string& app_id); + bool SetAppOnOutput(const std::string& app_id, const std::string& output); std::vector<std::string> GetOutputs(); void GetAppState(); void AppStatusState(Callback callback); |