aboutsummaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2024-02-29 09:23:01 +0100
committerPierre Ossman <ossman@cendio.se>2024-06-19 16:39:07 +0200
commitb9442affc0eb877603766452601d9db8fd4ef79a (patch)
tree135019d6612341ac6ce12d6223da06ead866ceca /win
parent90e9db2dadccec9f614e33092f3b41d82966ae74 (diff)
downloadtigervnc-b9442affc0eb877603766452601d9db8fd4ef79a.tar.gz
tigervnc-b9442affc0eb877603766452601d9db8fd4ef79a.zip
Detect conflicting timer rescheduling
Repeating a timer can be done in two ways: * Returning true from the handler * Calling start() again in the handler The latter is useful if you want to change the timer interval. If both are used, then it becomes ambiguous when the timer should fire again. Detect this case and warn about it. Current implementation will respect the new interval given to start(), rather than the interval set before running the handler.
Diffstat (limited to 'win')
0 files changed, 0 insertions, 0 deletions