From: Marius Vlad Date: Thu, 25 Jun 2020 13:39:53 +0000 (+0300) Subject: launcher/src/shell-desktop: Fix missing declaration for setting window X-Git-Tag: 9.99.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F24866%2F1;p=apps%2Flauncher.git launcher/src/shell-desktop: Fix missing declaration for setting window properties Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad Change-Id: Ief63f2775f28d02264b17195b330451b06b9ccdc --- diff --git a/launcher/src/shell-desktop.h b/launcher/src/shell-desktop.h index f65e67d..4ee77df 100644 --- a/launcher/src/shell-desktop.h +++ b/launcher/src/shell-desktop.h @@ -61,7 +61,8 @@ public slots: // calls out of qml into CPP const QString &app_data); void deactivate_app(const QString &app_id); void set_window_props(QWindow *win, const QString &app_id, - uint32_t props, int x, int y); + uint32_t props, int x, int y, int bx, int by, + int bwidth, int bheight); }; static void