diff options
-rw-r--r-- | launcher/src/shell-desktop.h | 3 |
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 |