homescreenhandler: Add the ability to specify the output based on the
[apps/launcher.git] / launcher / src / shell-desktop.h
index a8f3326..f65e67d 100644 (file)
@@ -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);