View | Details | Raw Unified
Collapse All | Expand All

(-) src/evdev_key.c.old (+2 lines)
 Lines 240-248    Link Here 
static void
static void
EvdevKbdBell (int percent, DeviceIntPtr device, pointer arg, int unused)
EvdevKbdBell (int percent, DeviceIntPtr device, pointer arg, int unused)
{
{
#ifdef xf86OSRingBell
    KeybdCtrl *ctrl = arg;
    KeybdCtrl *ctrl = arg;
    xf86OSRingBell(percent, ctrl->bell_pitch, ctrl->bell_duration);
    xf86OSRingBell(percent, ctrl->bell_pitch, ctrl->bell_duration);
#endif
}
}
static void
static void