summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@agamemnon.b5>2007-01-11 22:41:23 -0500
committerroot <root@agamemnon.b5>2007-01-11 22:41:23 -0500
commit987c6b1597f184e035c3ecef15a776f7c64cd4fe (patch)
tree4c5f36231801b80d174951ca4bdbbfbdcecca499
parent8155e49e76aa2d1d953fb71ead6a5c3110f3d80c (diff)
downloadxorg-driver-xf86-input-evdev-987c6b1597f184e035c3ecef15a776f7c64cd4fe.tar.gz
No more call to xf86OSRingBell in any cases,
maybe do some conditional stuff later.
-rw-r--r--src/evdev_key.c6
1 files changed, 5 insertions, 1 deletions
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