diff options
author | vaxerski <[email protected]> | 2022-05-27 16:05:25 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-05-27 16:05:25 +0200 |
commit | daff7d8ca2178ebf292a7c3f8c8e0d1c92015e9d (patch) | |
tree | 7d676e1b49a073c3092ae61cfcb83b52bb0cd856 | |
parent | 1bef63a1e6c2020579a084cc86527275af6fb9fa (diff) | |
download | Hyprland-daff7d8ca2178ebf292a7c3f8c8e0d1c92015e9d.tar.gz Hyprland-daff7d8ca2178ebf292a7c3f8c8e0d1c92015e9d.zip |
use xdg-shell v3
-rw-r--r-- | src/Compositor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Compositor.cpp b/src/Compositor.cpp index 495badf9..faf58440 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -67,7 +67,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, 2); + m_sWLRXDGShell = wlr_xdg_shell_create(m_sWLDisplay, 3); m_sWLRCursor = wlr_cursor_create(); wlr_cursor_attach_output_layout(m_sWLRCursor, m_sWLROutputLayout); |