presentation-time: move to new impl
This commit is contained in:
parent
1753059b07
commit
a7e23d2f1e
11 changed files with 231 additions and 13 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue