handle window subsurface trees
This commit is contained in:
parent
39303fd2b0
commit
de8d2fd136
2 changed files with 19 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "defines.hpp"
|
||||
#include "events/Events.hpp"
|
||||
#include "helpers/SubsurfaceTree.hpp"
|
||||
|
||||
|
||||
class CWindow {
|
||||
|
|
@ -54,6 +55,8 @@ public:
|
|||
DYNLISTENER(configureX11);
|
||||
//
|
||||
|
||||
SSurfaceTreeNode* m_pSurfaceTree = nullptr;
|
||||
|
||||
|
||||
// For the list lookup
|
||||
bool operator==(const CWindow& rhs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue