From 27f1a0931b5374f27a16bdc7f175fd9a1a33665c Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 25 Jun 2020 16:39:53 +0300 Subject: launcher/src/shell-desktop: Fix missing declaration for setting window properties Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad Change-Id: Ief63f2775f28d02264b17195b330451b06b9ccdc --- launcher/src/shell-desktop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg