X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/c849ff239ce40a4d07559f289dbd96b5b0458c34..e479b152ca3b0861ba5fd93abec89619e1d37061:/mac/macnoise.c diff --git a/mac/macnoise.c b/mac/macnoise.c index 3a7e8d0a..9d843355 100644 --- a/mac/macnoise.c +++ b/mac/macnoise.c @@ -68,6 +68,15 @@ void noise_get_light(void (*func) (void *, int)) } /* + * This function is called on a timer, and grabs as much changeable + * system data as it can quickly get its hands on. + */ +void noise_regular(void) +{ + /* XXX */ +} + +/* * This function is called on every keypress or mouse move, and * will add the current time to the noise pool. It gets the scan * code or mouse position passed in, and adds that too.