diff options
author | 2020-06-24 16:37:50 +0300 | |
---|---|---|
committer | 2020-06-24 16:39:44 +0300 | |
commit | 8df89d050fba38b68ecef6a45abeeb3c7bc3661e (patch) | |
tree | 46e1f4d5097559467ca0740ede99201978088619 /app/main.cpp | |
parent | b27fb5eef34a7df7a51dc6e1a94e36f0c94ce8d8 (diff) |
Add protocol remote role and bounding boxsandbox/mvlad/agl-compositor
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'app/main.cpp')
-rw-r--r-- | app/main.cpp | 3 |
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; |