dwindle: add rotatesplit layoutmsg and tests (#13235)

This commit is contained in:
Mikhail 2026-03-06 23:47:48 +03:00 committed by GitHub
parent 1fa157cf6d
commit 8685fd7b0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 146 additions and 0 deletions

View file

@ -50,6 +50,7 @@ namespace Layout::Tiled {
bool toggleSplit(SP<SDwindleNodeData>);
bool swapSplit(SP<SDwindleNodeData>);
void rotateSplit(SP<SDwindleNodeData>, int angle = 90);
bool moveToRoot(SP<SDwindleNodeData>, bool stable = true);
Math::eDirection m_overrideDirection = Math::DIRECTION_DEFAULT;