X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/62cd4f18545da62cb506fa6ecf0e9bfb69914aa9..99a3b3c9a7b45478ce4f279236ebb3c038278f30:/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.