mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2025-07-18 13:04:21 -04:00
Expose set_layer
The set_layer request allows to move a surface to another layer after creating it.
This commit is contained in:
@ -34,6 +34,7 @@ public:
|
||||
void setExclusiveZone(int32_t zone);
|
||||
void setMargins(const QMargins &margins);
|
||||
void setKeyboardInteractivity(bool enabled);
|
||||
void setLayer(uint32_t layer);
|
||||
|
||||
void applyConfigure() override;
|
||||
|
||||
|
Reference in New Issue
Block a user