xdg-decoration: move to new impl

This commit is contained in:
Vaxry
2024-04-21 20:04:58 +01:00
parent 4954dcbbb3
commit ed69502ff6
10 changed files with 121 additions and 13 deletions

View File

@@ -65,7 +65,6 @@ class CCompositor {
int m_iDRMFD;
wlr_pointer_constraints_v1* m_sWLRPointerConstraints;
wlr_server_decoration_manager* m_sWLRServerDecoMgr;
wlr_xdg_decoration_manager_v1* m_sWLRXDGDecoMgr;
wlr_virtual_pointer_manager_v1* m_sWLRVirtPtrMgr;
wlr_foreign_toplevel_manager_v1* m_sWLRToplevelMgr;
wlr_tablet_manager_v2* m_sWLRTabletManager;