algo/dwindle: fix focal point not being properly used in movedTarget (#13373)

This commit is contained in:
Vaxry 2026-02-26 12:00:05 +00:00 committed by GitHub
parent 1e06ab464f
commit 0e9196867b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 59 additions and 10 deletions

View file

@ -45,7 +45,7 @@ namespace Layout::Tiled {
SP<SDwindleNodeData> getNodeFromWindow(PHLWINDOW w);
int getNodes();
SP<SDwindleNodeData> getFirstNode();
SP<SDwindleNodeData> getClosestNode(const Vector2D&);
SP<SDwindleNodeData> getClosestNode(const Vector2D&, SP<ITarget> skip = nullptr);
SP<SDwindleNodeData> getMasterNode();
void toggleSplit(SP<SDwindleNodeData>);