diff options
author | vaxerski <[email protected]> | 2022-11-05 12:50:47 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-11-05 12:50:47 +0000 |
commit | f50c78664042e9187c090cf780c88136c4158d10 (patch) | |
tree | cbb27dd61f2f425a0fabeab57b3180e0a1c65756 /src/Compositor.hpp | |
parent | 70aece85224dcca42e6fc596a4b68d688ad6c295 (diff) | |
download | Hyprland-f50c78664042e9187c090cf780c88136c4158d10.tar.gz Hyprland-f50c78664042e9187c090cf780c88136c4158d10.zip |
Added direct scanout
Diffstat (limited to 'src/Compositor.hpp')
-rw-r--r-- | src/Compositor.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compositor.hpp b/src/Compositor.hpp index c447425c..7264a00a 100644 --- a/src/Compositor.hpp +++ b/src/Compositor.hpp @@ -70,6 +70,7 @@ public: wlr_input_method_manager_v2* m_sWLRIMEMgr; wlr_text_input_manager_v3* m_sWLRTextInputMgr; wlr_xdg_activation_v1* m_sWLRActivation; + wlr_linux_dmabuf_v1* m_sWLRLinuxDMABuf; // ------------------------------------------------- // |