launcher/src/shell-desktop: Fix missing declaration for setting window 66/24866/1 9.99.1 jellyfish/9.99.1 jellyfish_9.99.1
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 25 Jun 2020 13:39:53 +0000 (16:39 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Thu, 25 Jun 2020 13:39:53 +0000 (16:39 +0300)
properties

Bug-AGL: SPEC-3447

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ief63f2775f28d02264b17195b330451b06b9ccdc

launcher/src/shell-desktop.h

index f65e67d..4ee77df 100644 (file)
@@ -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