aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/src/shell-desktop.cpp
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-21 15:21:28 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-04-21 15:23:47 +0300
commit0b53ebc5e8c0df2fad64ea5b60fda05ae0aafb3b (patch)
treead7af5454f1eeff115e8490632a67037ae50f36c /launcher/src/shell-desktop.cpp
parent232d4b9e7116bc712f670676223183914246cfc0 (diff)
agl-shell-desktop: Updates to the latest protocolsandbox/mvlad/agl-compositor-old
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'launcher/src/shell-desktop.cpp')
-rw-r--r--launcher/src/shell-desktop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/src/shell-desktop.cpp b/launcher/src/shell-desktop.cpp
index 8503c01..6573433 100644
--- a/launcher/src/shell-desktop.cpp
+++ b/launcher/src/shell-desktop.cpp
@@ -49,5 +49,5 @@ void Shell::activate_app(QWindow *win, const QString &app_id)
output = getWlOutput(screen);
qDebug() << "will activate app: " << app_id;
agl_shell_desktop_activate_app(this->shell.get(),
- app_id.toStdString().c_str(), output);
+ app_id.toStdString().c_str(), NULL, output);
}