remove vestigal DarwinEQPointerPost etc

This commit is contained in:
Ben Byer 2008-03-31 18:15:18 -07:00
parent a9e081a60c
commit a25704c423
3 changed files with 4 additions and 21 deletions

View File

@ -250,23 +250,6 @@ void DarwinEQEnqueue(const xEventPtr e) {
DarwinPokeEQ();
}
/*
* DarwinEQPointerPost
* Post a pointer event. Used by the mipointer.c routines.
*/
void DarwinEQPointerPost(DeviceIntPtr pdev, xEventPtr e) {
(*darwinEventQueue.pPtr->processInputProc)
(e, (DeviceIntPtr)darwinEventQueue.pPtr, 1);
}
void DarwinEQSwitchScreen(ScreenPtr pScreen, Bool fromDIX) {
darwinEventQueue.pEnqueueScreen = pScreen;
if (fromDIX)
darwinEventQueue.pDequeueScreen = pScreen;
}
/*
* ProcessInputEvents
* Read and process events from the event queue until it is empty.

View File

@ -540,8 +540,8 @@ static miPointerScreenFuncRec quartzScreenFuncsRec = {
QuartzCursorOffScreen,
QuartzCrossScreen,
QuartzWarpCursor,
DarwinEQPointerPost,
DarwinEQSwitchScreen
NULL,
NULL
};

View File

@ -321,8 +321,8 @@ static miPointerScreenFuncRec quartzScreenFuncsRec = {
QuartzCursorOffScreen,
QuartzCrossScreen,
QuartzWarpCursor,
DarwinEQPointerPost,
DarwinEQSwitchScreen
NULL,
NULL
};