diff options
author | vaxerski <[email protected]> | 2022-04-14 21:48:12 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-14 21:48:12 +0200 |
commit | 05d7afe2ecd69169045248e04bf039bdae2508f6 (patch) | |
tree | b9b89be749a6a1d09f2a394b234c398275dd8132 /src/Compositor.cpp | |
parent | e4d05c90ce755a609cbec229a54d0069f21e7d53 (diff) | |
download | Hyprland-05d7afe2ecd69169045248e04bf039bdae2508f6.tar.gz Hyprland-05d7afe2ecd69169045248e04bf039bdae2508f6.zip |
support linux_dmabuf_v1
Diffstat (limited to 'src/Compositor.cpp')
-rw-r--r-- | src/Compositor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compositor.cpp b/src/Compositor.cpp index 753e61c2..95e2ac48 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -54,6 +54,7 @@ CCompositor::CCompositor() { m_sWLRSubCompositor = wlr_subcompositor_create(m_sWLDisplay); m_sWLRDataDevMgr = wlr_data_device_manager_create(m_sWLDisplay); + m_sWLRDmabuf = wlr_linux_dmabuf_v1_create(m_sWLDisplay, m_sWLRRenderer); wlr_export_dmabuf_manager_v1_create(m_sWLDisplay); wlr_screencopy_manager_v1_create(m_sWLDisplay); wlr_data_control_manager_v1_create(m_sWLDisplay); |