diff options
author | Vaxry <[email protected]> | 2024-05-05 22:18:10 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-09 13:37:39 +0100 |
commit | ed411f53bdcf8d455f9e6ca769693aa84dc8372f (patch) | |
tree | aacedb349acdd1022975d7b622dc7cfe11388223 /src/hyprerror | |
parent | e4e84064f2d07810e0c150bce1369a0a00503e9a (diff) | |
download | Hyprland-ed411f53bdcf8d455f9e6ca769693aa84dc8372f.tar.gz Hyprland-ed411f53bdcf8d455f9e6ca769693aa84dc8372f.zip |
cursor: move to a hyprland impl
This moves wlr_cursor to a completely new impl mostly under
CPointerManager
Also adds beginSimple to OpenGL for simple render passes (e.g. cursor)
Diffstat (limited to 'src/hyprerror')
-rw-r--r-- | src/hyprerror/HyprError.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyprerror/HyprError.cpp b/src/hyprerror/HyprError.cpp index 7a9e9e87..4c7b6731 100644 --- a/src/hyprerror/HyprError.cpp +++ b/src/hyprerror/HyprError.cpp @@ -10,7 +10,7 @@ CHyprError::CHyprError() { if (!m_bIsCreated) return; - g_pHyprRenderer->damageMonitor(g_pCompositor->m_pLastMonitor); + g_pHyprRenderer->damageMonitor(g_pCompositor->m_pLastMonitor.get()); m_bMonitorChanged = true; }); |