XWayland and moved managers

This commit is contained in:
vaxerski
2022-03-18 20:03:39 +01:00
parent 854c827911
commit a9773bd91a
13 changed files with 245 additions and 31 deletions

View File

@@ -37,4 +37,12 @@ public:
bool m_bIsFloating = false;
bool m_bIsFullscreen = false;
uint64_t m_iMonitorID = -1;
// XWayland stuff
bool m_bIsX11 = false;
uint64_t m_iX11Type = 0;
DYNLISTENER(activateX11);
DYNLISTENER(configureX11);
//
};