summaryrefslogtreecommitdiffstats
path: root/src/AglShellGrpcClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AglShellGrpcClient.h')
-rw-r--r--src/AglShellGrpcClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AglShellGrpcClient.h b/src/AglShellGrpcClient.h
index 7c30fe6..bc246d9 100644
--- a/src/AglShellGrpcClient.h
+++ b/src/AglShellGrpcClient.h
@@ -94,6 +94,7 @@ public:
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);
+ bool SetAppPosition(const std::string& app_id, int32_t x, int32_t y);
std::vector<std::string> GetOutputs();
void GetAppState();
void AppStatusState(Callback callback);