fix groups not updating size on head change
This commit is contained in:
parent
9136783e9c
commit
214c2c7b1c
2 changed files with 23 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ struct SDwindleNodeData {
|
|||
void getAllChildrenRecursive(std::deque<SDwindleNodeData*>*);
|
||||
bool isGroupMember();
|
||||
SDwindleNodeData* getGroupHead();
|
||||
SDwindleNodeData* getGroupVisible();
|
||||
void setGroupFocusedNode(SDwindleNodeData*);
|
||||
CHyprDwindleLayout* layout = nullptr;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue