Skip to content

Commit

Permalink
Constify a raw 40ms timer
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Aug 21, 2024
1 parent 18ba7e1 commit 16998f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/rdpClientCon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2539,7 +2539,7 @@ rdpClientConScheduleDeferredUpdate(rdpPtr dev)
{
dev->sendUpdateScheduled = TRUE;
dev->sendUpdateTimer =
TimerSet(dev->sendUpdateTimer, 0, 40,
TimerSet(dev->sendUpdateTimer, 0, MIN_MS_BETWEEN_FRAMES,
rdpClientConDeferredUpdateCallback, dev);
}
}
Expand Down

0 comments on commit 16998f1

Please sign in to comment.