remove vestigal DarwinEQPointerPost etc

(cherry picked from commit a25704c423)
This commit is contained in:
Ben Byer 2008-03-31 18:15:18 -07:00 committed by Jeremy Huddleston
parent c6f0d5d1e5
commit 6c5962e447
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

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

View File

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