mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 20:25:59 +01:00
deps: update wlroots
This commit is contained in:
parent
2df0d034bc
commit
d03dcc3d99
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7abda952d0000b72d240fe1d41457b9288f0b6e5
|
||||
Subproject commit 44069dfd5e9e3efa150ce468f48c64916f2de0ae
|
Loading…
Reference in a new issue