diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-06-24 16:37:50 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-06-24 17:51:59 +0300 |
commit | 40e6e78a19483dc5822ded81cea041f3983a877f (patch) | |
tree | 67d545f104646fa6e73ad8c79e4ade0028b16707 /app/shell-desktop.h | |
parent | 11b9762f115778309f732f10102a23f4598a4cf7 (diff) |
Add protocol remote role and bounding boxjellyfish_9.99.1jellyfish/9.99.19.99.1
Bug-AGL: SPEC-3447
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Icdcd76a75177dd7dd20a3a4e69fa1b79edc5de8d
Diffstat (limited to 'app/shell-desktop.h')
-rw-r--r-- | app/shell-desktop.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/shell-desktop.h b/app/shell-desktop.h index 0b1c6be..fe9b8ba 100644 --- a/app/shell-desktop.h +++ b/app/shell-desktop.h @@ -55,7 +55,9 @@ signals: public slots: // calls out of qml into CPP void activate_app(QWindow *win, const QString &app_id, 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); + void set_window_props(QWindow *win, const QString &app_id, + uint32_t props, int x, int y, int bx, int by, + int bwidth, int bheight); }; #endif // SHELLDESKTOP_H |