From 8df89d050fba38b68ecef6a45abeeb3c7bc3661e Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 24 Jun 2020 16:37:50 +0300 Subject: Add protocol remote role and bounding box Signed-off-by: Marius Vlad --- app/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/main.cpp') 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; -- cgit 1.2.3-korg