diff options
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 |