summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-06-25 16:39:53 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-06-25 16:39:53 +0300
commit27f1a0931b5374f27a16bdc7f175fd9a1a33665c (patch)
treea2e2ce1b9dbc13bef2ff3a019257c269e8e1eb4c
parentb8a1d3020649e60873b4f25c1a85e231db2025cd (diff)
launcher/src/shell-desktop: Fix missing declaration for setting windowjellyfish_9.99.1jellyfish/9.99.19.99.1
properties Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ief63f2775f28d02264b17195b330451b06b9ccdc
-rw-r--r--launcher/src/shell-desktop.h3
1 files changed, 2 insertions, 1 deletions
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