diff options
author | Vaxry <[email protected]> | 2024-05-03 17:58:40 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-03 18:08:04 +0100 |
commit | 8a2269272b6a9752cd48097e19c0bc0f3bdab191 (patch) | |
tree | e5381ccec7c7c09f946debc0ce5445cdca7a6fad /src/Compositor.hpp | |
parent | d5bf15387ad3b4ee36cae7a3cd9f4a9c28790f2e (diff) | |
download | Hyprland-8a2269272b6a9752cd48097e19c0bc0f3bdab191.tar.gz Hyprland-8a2269272b6a9752cd48097e19c0bc0f3bdab191.zip |
output-management: move to new impl
Diffstat (limited to 'src/Compositor.hpp')
-rw-r--r-- | src/Compositor.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Compositor.hpp b/src/Compositor.hpp index 33b4a04e..f252d131 100644 --- a/src/Compositor.hpp +++ b/src/Compositor.hpp @@ -55,7 +55,6 @@ class CCompositor { wlr_layer_shell_v1* m_sWLRLayerShell; wlr_xdg_shell* m_sWLRXDGShell; wlr_cursor* m_sWLRCursor; - wlr_output_manager_v1* m_sWLROutputMgr; wlr_presentation* m_sWLRPresentation; wlr_egl* m_sWLREGL; int m_iDRMFD; |