Skip to content

Commit

Permalink
deps: update wlroots
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Apr 21, 2023
1 parent 2df0d03 commit d03dcc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Compositor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void CCompositor::initServer() {
throw std::runtime_error("wlr_gles2_renderer_get_egl() failed!");
}

m_sWLRCompositor = wlr_compositor_create(m_sWLDisplay, m_sWLRRenderer);
m_sWLRCompositor = wlr_compositor_create(m_sWLDisplay, 6, m_sWLRRenderer);
m_sWLRSubCompositor = wlr_subcompositor_create(m_sWLDisplay);
m_sWLRDataDevMgr = wlr_data_device_manager_create(m_sWLDisplay);

Expand Down
2 changes: 1 addition & 1 deletion subprojects/wlroots
Submodule wlroots updated from 7abda9 to 44069d

0 comments on commit d03dcc3

Please sign in to comment.