kdrive:remove Change{Keyboard,Pointer}Device
This was removed in the DIX, so just axe it.
This commit is contained in:
parent
d9a5e3e964
commit
a2d6242106
|
@ -2269,21 +2269,6 @@ ProcessInputEvents ()
|
||||||
KdCheckLock ();
|
KdCheckLock ();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We don't want to allow people to change the core devices, because the DIX
|
|
||||||
* does magical repeating goodness for us. */
|
|
||||||
int
|
|
||||||
ChangeKeyboardDevice(DeviceIntPtr pOldDev, DeviceIntPtr pDev)
|
|
||||||
{
|
|
||||||
return BadDevice;
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
|
||||||
ChangePointerDevice(DeviceIntPtr pOldDev, DeviceIntPtr pDev, unsigned char x,
|
|
||||||
unsigned char y)
|
|
||||||
{
|
|
||||||
return BadDevice;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* FIXME use XSECURITY to work out whether the client should be allowed to
|
/* FIXME use XSECURITY to work out whether the client should be allowed to
|
||||||
* open and close. */
|
* open and close. */
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue