mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-06 23:53:33 +00:00
No more call to xf86OSRingBell in any cases,
maybe do some conditional stuff later.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user