move to XDG 4

This commit is contained in:
vaxerski 2022-07-31 13:21:33 +02:00
parent 04f8029fcc
commit 2230f0ccaa
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ CCompositor::CCompositor() {
m_sWLRScene = wlr_scene_create();
wlr_scene_attach_output_layout(m_sWLRScene, m_sWLROutputLayout);
m_sWLRXDGShell = wlr_xdg_shell_create(m_sWLDisplay, 3);
m_sWLRXDGShell = wlr_xdg_shell_create(m_sWLDisplay, 4);
m_sWLRCursor = wlr_cursor_create();
wlr_cursor_attach_output_layout(m_sWLRCursor, m_sWLROutputLayout);