mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-07 08:03:32 +00:00
key: remove usage of OS keyboard layer for bell
Right now, bell is a no-op.
This commit is contained in:
committed by
Daniel Stone
parent
e468150448
commit
77cbbc20b6
@@ -240,8 +240,11 @@ static KeySym map[] = {
|
||||
static void
|
||||
EvdevKbdBell (int percent, DeviceIntPtr device, pointer ctrl, int unused)
|
||||
{
|
||||
/* OS keyboard layer has been removed. */
|
||||
#if 0
|
||||
xf86SoundKbdBell(percent, ((KeybdCtrl*) ctrl)->bell_pitch,
|
||||
((KeybdCtrl*) ctrl)->bell_duration);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user