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

A few small changes to make the PuTTY source base more usable as a

basis for other terminal-involving applications: a stub
implementation of the printing interface, an additional function in
notiming.c, and also I've renamed the front-end function beep() to
do_beep() so as not to clash with beep() in lib[n]curses.

[originally from svn r6479]
This commit is contained in:
Simon Tatham
2005-12-09 20:04:19 +00:00
parent 5d5abbf8d4
commit 0a4b6612fb
8 changed files with 54 additions and 10 deletions

View File

@ -4777,7 +4777,7 @@ static void flash_window(int mode)
/*
* Beep.
*/
void beep(void *frontend, int mode)
void do_beep(void *frontend, int mode)
{
if (mode == BELL_DEFAULT) {
/*