aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/src
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/src')
-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);
}