dwindle: add movetoroot method to layout messages (#7903)

This commit is contained in:
Luke Chen 2024-09-29 09:47:59 -04:00 committed by GitHub
parent 9e418671e1
commit 4b00cba319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 43 additions and 0 deletions

View file

@ -87,6 +87,7 @@ class CHyprDwindleLayout : public IHyprLayout {
void toggleSplit(PHLWINDOW);
void swapSplit(PHLWINDOW);
void moveToRoot(PHLWINDOW, bool stable = true);
eDirection overrideDirection = DIRECTION_DEFAULT;