summaryrefslogtreecommitdiffstats
path: root/app/main.cpp
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-06-24 16:37:50 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-06-24 17:51:59 +0300
commit40e6e78a19483dc5822ded81cea041f3983a877f (patch)
tree67d545f104646fa6e73ad8c79e4ade0028b16707 /app/main.cpp
parent11b9762f115778309f732f10102a23f4598a4cf7 (diff)
Add protocol remote role and bounding boxjellyfish_9.99.1jellyfish/9.99.19.99.1
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Icdcd76a75177dd7dd20a3a4e69fa1b79edc5de8d
Diffstat (limited to 'app/main.cpp')
-rw-r--r--app/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp
index 8d731d2..f78897f 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -266,7 +266,8 @@ int main(int argc, char *argv[])
// note that x and y initial positioning values have to be specified
// here (the last two args)
aglShell->set_window_props(nullptr, my_app_id,
- AGL_SHELL_DESKTOP_APP_ROLE_POPUP, 0, 0);
+ AGL_SHELL_DESKTOP_APP_ROLE_POPUP,
+ 0, 0, 0, 0, 0, 0);
// Load qml
QQmlApplicationEngine engine;