mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-30 15:18:28 +00:00
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)
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user