From 987c6b1597f184e035c3ecef15a776f7c64cd4fe Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Jan 2007 22:41:23 -0500 Subject: [PATCH] No more call to xf86OSRingBell in any cases, maybe do some conditional stuff later. --- src/evdev_key.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/evdev_key.c b/src/evdev_key.c index f840d1a..f448e35 100644 --- a/src/evdev_key.c +++ b/src/evdev_key.c @@ -235,14 +235,18 @@ static KeySym map[] = { /* * FIXME: We have no way of ringing the bell ourselves. - * So use the system bell for now. + * + * And recent versions of X don't have the system call. + * Who cares. */ static void EvdevKbdBell (int percent, DeviceIntPtr device, pointer arg, int unused) { +#if 0 KeybdCtrl *ctrl = arg; xf86OSRingBell(percent, ctrl->bell_pitch, ctrl->bell_duration); +#endif } static void