summaryrefslogtreecommitdiffstats
path: root/app/shell-desktop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/shell-desktop.cpp')
-rw-r--r--app/shell-desktop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/shell-desktop.cpp b/app/shell-desktop.cpp
index f0a54e5..7e6e1d2 100644
--- a/app/shell-desktop.cpp
+++ b/app/shell-desktop.cpp
@@ -45,6 +45,6 @@ Shell::set_window_on_screen(QScreen *screen, const QString &app_id)
agl_shell_desktop_set_app_property(this->shell.get(),
app_id.toStdString().c_str(),
AGL_SHELL_DESKTOP_APP_ROLE_REMOTE,
- 0, 0, output);
+ 0, 0, 0, 0, 0, 0, output);
}