(since noone objected on gtk-devel)
Passing 0 to XBell allows GDK to use the default X values which can be set by the user via the xset command (e.g. to turn it off, or to modify pitch/length/volume, etc)
This commit is contained in:
@ -819,7 +819,7 @@ gdk_key_repeat_restore (void)
|
||||
void
|
||||
gdk_beep (void)
|
||||
{
|
||||
XBell(gdk_display, 100);
|
||||
XBell(gdk_display, 0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user