aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/homescreenhandler.h
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-04-27 22:01:38 +0300
committerMarius Vlad <marius.vlad@collabora.com>2023-04-27 23:23:21 +0300
commitc9ae3bc5a102caad6d8040cd268a64295654e162 (patch)
tree302425eddf0659236767b25b8a05b2eccf405c55 /homescreen/src/homescreenhandler.h
parent74b01c721051068d485a0ab90b1df58c3ff09253 (diff)
homescreenhandler: Handle dynamic movement of windows
Between different outputs. This works in connection with the changes from the compositor. Bug-AGL: SPEC-4673 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ia2842f40f39bd09dfb4781b52cc6750cd73fe0f5
Diffstat (limited to 'homescreen/src/homescreenhandler.h')
-rw-r--r--homescreen/src/homescreenhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/src/homescreenhandler.h b/homescreen/src/homescreenhandler.h
index e014192..9a659a6 100644
--- a/homescreen/src/homescreenhandler.h
+++ b/homescreen/src/homescreenhandler.h
@@ -30,6 +30,7 @@ public:
void activateApp(const QString& app_id);
void deactivateApp(const QString& app_id);
+ QStringList apps_stack;
std::list<std::pair<const QString, const QString>> pending_app_list;
signals:
void showNotification(QString application_id, QString icon_path, QString text);
@@ -44,7 +45,6 @@ private:
Shell *aglShell;
- QStringList apps_stack;
};
#endif // HOMESCREENHANDLER_H