You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gtk_/SOURCES/gtk+-1.2.10-bellvolume.patch

12 lines
222 B

--- gtk+-1.2.10/gdk/gdk.c.bellvolume Wed Jan 15 12:32:25 2003
+++ gtk+-1.2.10/gdk/gdk.c Wed Jan 15 12:32:28 2003
@@ -989,7 +989,7 @@
void
gdk_beep (void)
{
- XBell(gdk_display, 100);
+ XBell(gdk_display, 0);
}
/*