handle window subsurface trees

This commit is contained in:
vaxerski
2022-03-27 21:46:27 +02:00
parent 39303fd2b0
commit de8d2fd136
2 changed files with 19 additions and 0 deletions

View File

@@ -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) {