fix no_gaps_when_only with a group
This commit is contained in:
parent
c0a7dffcdc
commit
56203b1757
2 changed files with 20 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ struct SDwindleNodeData {
|
|||
bool isGroupMember();
|
||||
SDwindleNodeData* getGroupHead();
|
||||
SDwindleNodeData* getGroupVisible();
|
||||
int getGroupMemberCount();
|
||||
void setGroupFocusedNode(SDwindleNodeData*);
|
||||
CHyprDwindleLayout* layout = nullptr;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue