1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 04:22:47 -05:00

Bits and pieces, mostly stubs, for the Mac port.

[originally from svn r5136]
This commit is contained in:
Owen Dunn
2005-01-18 22:01:25 +00:00
parent 9318800643
commit 75008d9da0
4 changed files with 43 additions and 1 deletions

View File

@ -67,6 +67,15 @@ void noise_get_light(void (*func) (void *, int))
func(&utc, sizeof(utc));
}
/*
* 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