A few small changes to make the PuTTY source base more usable as a
[u/mdw/putty] / unix / gtkwin.c
index 6193a04..584ff1e 100644 (file)
@@ -1848,7 +1848,7 @@ void sys_cursor(void *frontend, int x, int y)
  * may want to perform additional actions on any kind of bell (for
  * example, taskbar flashing in Windows).
  */
-void beep(void *frontend, int mode)
+void do_beep(void *frontend, int mode)
 {
     if (mode != BELL_VISUAL)
        gdk_beep();