From ffe9825a4f960f2d36bfa42dcfeecba824f73070 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 22 Oct 2018 16:32:19 +0900 Subject: Add setRole API Change-Id: I8a2b324c405f16120c2ca5b449ece8fba43f7e2e Signed-off-by: Kazumasa Mitsunari --- src/qlibwindowmanager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qlibwindowmanager.h') diff --git a/src/qlibwindowmanager.h b/src/qlibwindowmanager.h index e60f04f..68d7ed4 100644 --- a/src/qlibwindowmanager.h +++ b/src/qlibwindowmanager.h @@ -89,6 +89,7 @@ public: int init(int port, const QString &token); // WM API + Q_INVOKABLE int setRole(const QString& role, bool request_surface_id = false); Q_INVOKABLE int requestSurface(const QString &role); Q_INVOKABLE int activateWindow(const QString &role); Q_INVOKABLE int activateWindow(const QString &role, const QString &drawing_area); -- cgit 1.2.3-korg