aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/src/shell-desktop.h
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-05-29 13:30:15 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-06-24 17:05:32 +0300
commitfc41fa6da7f64262a7bbc4313b920762e1a31d15 (patch)
tree377e945d5398863e4eb262b80a5e0d83da4dc4c4 /launcher/src/shell-desktop.h
parent259c66b9ebde64e857f36d8d1d7050bec2e8f41d (diff)
homescreenhandler: Add the ability to specify the output based on the
screen Pass the output when activing the surface in Launcher.qml Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I4b8f03c90712290f580a570cd2644a4bc44687c5
Diffstat (limited to 'launcher/src/shell-desktop.h')
-rw-r--r--launcher/src/shell-desktop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/src/shell-desktop.h b/launcher/src/shell-desktop.h
index a8f3326..f65e67d 100644
--- a/launcher/src/shell-desktop.h
+++ b/launcher/src/shell-desktop.h
@@ -56,6 +56,9 @@ public:
public slots: // calls out of qml into CPP
void activate_app(QWindow *win, const QString &app_id, const QString &app_data);
+ void activate_app_by_screen(const QString &screen_name,
+ const QString &app_id,
+ const QString &app_data);
void deactivate_app(const QString &app_id);
void set_window_props(QWindow *win, const QString &app_id,
uint32_t props, int x, int y);