deps: update wlroots (#2734)

This commit is contained in:
Jan Beich
2023-07-18 10:13:59 +00:00
committed by GitHub
parent 5c8a20be77
commit 8c9e2e1ff1
8 changed files with 46 additions and 21 deletions

View File

@@ -465,7 +465,7 @@ void CCompositor::startCompositor() {
throw std::runtime_error("The backend could not start!");
}
wlr_xcursor_manager_set_cursor_image(m_sWLRXCursorMgr, "left_ptr", m_sWLRCursor);
wlr_cursor_set_xcursor(m_sWLRCursor, m_sWLRXCursorMgr, "left_ptr");
#ifdef USES_SYSTEMD
if (sd_booted() > 0)