presentation-time: move to new impl

This commit is contained in:
Vaxry
2024-05-10 02:27:54 +01:00
parent 1753059b07
commit a7e23d2f1e
11 changed files with 231 additions and 13 deletions

View File

@@ -232,8 +232,6 @@ void CCompositor::initServer() {
m_sSeat.seat = wlr_seat_create(m_sWLDisplay, "seat0");
m_sWLRPresentation = wlr_presentation_create(m_sWLDisplay, m_sWLRBackend);
m_sWRLDRMLeaseMgr = wlr_drm_lease_v1_manager_create(m_sWLDisplay, m_sWLRBackend);
if (!m_sWRLDRMLeaseMgr) {
Debug::log(INFO, "Failed to create wlr_drm_lease_v1_manager");