From fc41fa6da7f64262a7bbc4313b920762e1a31d15 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 29 May 2020 13:30:15 +0300 Subject: 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 Change-Id: I4b8f03c90712290f580a570cd2644a4bc44687c5 --- launcher/src/shell-desktop.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'launcher/src/shell-desktop.h') 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); -- cgit 1.2.3-korg