dix: SwitchCorePointer is long gone, bury it.
This commit is contained in:
parent
eb014021c2
commit
5d0a945a03
|
@ -1048,22 +1048,6 @@ GetProximityEvents(EventList *events, DeviceIntPtr pDev, int type,
|
|||
return num_events;
|
||||
}
|
||||
|
||||
/**
|
||||
* Note that pDev was the last function to send a core pointer event.
|
||||
* Currently a no-op.
|
||||
*
|
||||
* Call this just before processInputProc.
|
||||
*/
|
||||
_X_EXPORT void
|
||||
SwitchCorePointer(DeviceIntPtr pDev)
|
||||
{
|
||||
if (pDev != dixLookupPrivate(&inputInfo.pointer->devPrivates,
|
||||
CoreDevicePrivateKey))
|
||||
dixSetPrivate(&inputInfo.pointer->devPrivates,
|
||||
CoreDevicePrivateKey, pDev);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Synthesize a single motion event for the core pointer.
|
||||
*
|
||||
|
|
|
@ -510,8 +510,6 @@ extern int GetMotionHistory(
|
|||
ScreenPtr pScreen,
|
||||
BOOL core);
|
||||
|
||||
extern void SwitchCorePointer(DeviceIntPtr pDev);
|
||||
|
||||
extern int AttachDevice(ClientPtr client,
|
||||
DeviceIntPtr slave,
|
||||
DeviceIntPtr master);
|
||||
|
|
Loading…
Reference in New Issue