parent
88b47dfa83
commit
0f6e530798
4 changed files with 29 additions and 22 deletions
|
|
@ -30,6 +30,8 @@ struct SDwindleNodeData {
|
|||
|
||||
bool valid = true;
|
||||
|
||||
bool ignoreFullscreenChecks = false;
|
||||
|
||||
// For list lookup
|
||||
bool operator==(const SDwindleNodeData& rhs) const {
|
||||
return pWindow == rhs.pWindow && workspaceID == rhs.workspaceID && position == rhs.position && size == rhs.size && pParent == rhs.pParent &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue