mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 08:03:21 +02:00
parent
a89ff5da58
commit
f83004ad07
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ void CDynamicCursors::renderSoftware(CPointerManager* pointers, SP<CMonitor> pMo
|
|||
auto state = pointers->stateFor(pMonitor);
|
||||
auto zoom = resultShown.scale;
|
||||
|
||||
if ((!state->hardwareFailed && state->softwareLocks == 0)) {
|
||||
if ((!state->hardwareFailed && state->softwareLocks <= 0)) {
|
||||
if (pointers->currentCursorImage.surface)
|
||||
pointers->currentCursorImage.surface->resource()->frame(now);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue