aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Compositor.hpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-05-03 17:58:40 +0100
committerVaxry <[email protected]>2024-05-03 18:08:04 +0100
commit8a2269272b6a9752cd48097e19c0bc0f3bdab191 (patch)
treee5381ccec7c7c09f946debc0ce5445cdca7a6fad /src/Compositor.hpp
parentd5bf15387ad3b4ee36cae7a3cd9f4a9c28790f2e (diff)
downloadHyprland-8a2269272b6a9752cd48097e19c0bc0f3bdab191.tar.gz
Hyprland-8a2269272b6a9752cd48097e19c0bc0f3bdab191.zip
output-management: move to new impl
Diffstat (limited to 'src/Compositor.hpp')
-rw-r--r--src/Compositor.hpp1
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;