diff options
author | vaxerski <[email protected]> | 2023-08-30 17:22:55 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-08-30 17:22:55 +0200 |
commit | b4f123d1f2af8e7b42c730789d863aa22ea9fb56 (patch) | |
tree | cea166b528d45d3a546b390ac46f9f1b516883d2 /src/Compositor.hpp | |
parent | 28a90d6055f7b616c611c839967765f6536a7cd9 (diff) | |
download | Hyprland-b4f123d1f2af8e7b42c730789d863aa22ea9fb56.tar.gz Hyprland-b4f123d1f2af8e7b42c730789d863aa22ea9fb56.zip |
compositor: remove wlr_scene refs
super old leftovers
Diffstat (limited to 'src/Compositor.hpp')
-rw-r--r-- | src/Compositor.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Compositor.hpp b/src/Compositor.hpp index 09f3d193..eb396cf1 100644 --- a/src/Compositor.hpp +++ b/src/Compositor.hpp @@ -28,7 +28,8 @@ #include "hyprerror/HyprError.hpp" #include "plugins/PluginSystem.hpp" -enum eManagersInitStage { +enum eManagersInitStage +{ STAGE_PRIORITY = 0, STAGE_LATE }; @@ -61,7 +62,6 @@ class CCompositor { wlr_virtual_keyboard_manager_v1* m_sWLRVKeyboardMgr; wlr_output_manager_v1* m_sWLROutputMgr; wlr_presentation* m_sWLRPresentation; - wlr_scene* m_sWLRScene; wlr_input_inhibit_manager* m_sWLRInhibitMgr; wlr_keyboard_shortcuts_inhibit_manager_v1* m_sWLRKbShInhibitMgr; wlr_egl* m_sWLREGL; |