Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 154075
Collapse All | Expand All

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

Return to bug 154075