mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
parent
0e0e58ca95
commit
cb39e89fc3
2 changed files with 40 additions and 40 deletions
|
@ -143,7 +143,7 @@ void CDynamicCursors::renderSoftware(CPointerManager* pointers, SP<CMonitor> pMo
|
|||
data.stretchAngle = resultShown.stretch.angle;
|
||||
data.stretchMagnitude = resultShown.stretch.magnitude;
|
||||
|
||||
g_pHyprRenderer->m_renderPass.add(makeShared<CCursorPassElement>(data));
|
||||
g_pHyprRenderer->m_renderPass.add(makeUnique<CCursorPassElement>(data));
|
||||
|
||||
if (pointers->m_currentCursorImage.surface)
|
||||
pointers->m_currentCursorImage.surface->resource()->frame(now);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue