Add bell support.

This commit is contained in:
Zephaniah E. Hull
2006-02-19 19:11:04 +00:00
parent 28ee08ef08
commit c6dbf89d9d
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2006-02-19 Zephaniah E. Hull <warp@aehallh.com>
* src/evdev_key.c: (EvdevKbdBell):
Add bell support.
2006-02-16 Zephaniah E. Hull <warp@aehallh.com>
* src/evdev_btn.c: (EvdevBtnCalcRemap):

View File

@@ -244,12 +244,14 @@ static KeySym map[] = {
};
/*
* FIXME: We can't actually _do_ anything here.
* Find a way around this.
* FIXME: We have no way of ringing the bell ourselves.
* So use the system bell for now.
*/
static void
EvdevKbdBell (int percent, DeviceIntPtr device, pointer ctrl, int unused)
{
xf86SoundKbdBell(percent, ((KeybdCtrl*) ctrl)->bell_pitch,
((KeybdCtrl*) ctrl)->bell_duration);
}
static void