Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 192221 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +11 lines)
Line  Link Here
 -- Daniel Stone, Comment #18
 -- Daniel Stone, Comment #18
1
-- xorg-server-1.4/dix/devices.c.orig  2007-10-19 17:04:51.000000000 -0200
1
++ xorg-server-1.4/dix/devices.c       2007-10-23 17:50:38.000000000 -0200
Lines 294-300 CoreKeyboardBell(int volume, DeviceIntPt Link Here
294
static void
294
static void
295
CoreKeyboardCtl(DeviceIntPtr pDev, KeybdCtrl *ctrl)
295
CoreKeyboardCtl(DeviceIntPtr pDev, KeybdCtrl *ctrl)
296
{
296
{
297
#ifdef XKB
298
    if (!noXkbExtension) {
299
       DeviceIntPtr dev = (DeviceIntPtr)
300
           pDev->devPrivates[CoreDevicePrivatesIndex].ptr;
301
302
       if (dev && dev->key && dev->key->xkbInfo && dev->key->xkbInfo->kbdProc)
303
           (*dev->key->xkbInfo->kbdProc)(dev, ctrl);
304
    }
305
#else
297
    return;
306
    return;
307
#endif
298
}
308
}
299
/**
309
/**

Return to bug 192221