homescreenhandler: Add support for starting apps on different outputs
[apps/homescreen.git] / homescreen / src / homescreenhandler.h
index 751457e..e014192 100644 (file)
@@ -30,6 +30,7 @@ public:
        void activateApp(const QString& app_id);
        void deactivateApp(const QString& app_id);
 
+       std::list<std::pair<const QString, const QString>> pending_app_list;
 signals:
        void showNotification(QString application_id, QString icon_path, QString text);
        void showInformation(QString info);
@@ -40,7 +41,6 @@ public slots:
 private:
        ApplicationLauncher *mp_launcher;
        AppLauncherClient *mp_applauncher_client;
-       struct wl_output *m_output;
 
        Shell *aglShell;