relative-pointer: move to new impl

This commit is contained in:
Vaxry
2024-04-21 19:30:23 +01:00
parent 55f1f3fedf
commit 4954dcbbb3
9 changed files with 132 additions and 14 deletions

View File

@@ -217,8 +217,6 @@ void CCompositor::initServer() {
m_sWLRPointerConstraints = wlr_pointer_constraints_v1_create(m_sWLDisplay);
m_sWLRRelPointerMgr = wlr_relative_pointer_manager_v1_create(m_sWLDisplay);
m_sWLRVKeyboardMgr = wlr_virtual_keyboard_manager_v1_create(m_sWLDisplay);
m_sWLRVirtPtrMgr = wlr_virtual_pointer_manager_v1_create(m_sWLDisplay);