Implement bell

The bell uses NSBeep() and can hence be changed in the System
Preferences.  Note that the visual bell is not yet implemented.
This commit is contained in:
Bjorn Winckler
2008-02-11 20:50:48 +01:00
parent 4630903d9d
commit ddfeb8cac3
+1
View File
@@ -1193,6 +1193,7 @@ gui_mch_adjust_charheight(void)
void
gui_mch_beep(void)
{
NSBeep();
}