mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 04:00:07 +01:00
remove vestigal DarwinEQPointerPost etc
(cherry picked from commit a25704c423)
This commit is contained in:
parent
e301ec43da
commit
d34dbcbdb0
3 changed files with 4 additions and 21 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -539,8 +539,8 @@ static miPointerScreenFuncRec quartzScreenFuncsRec = {
|
|||
QuartzCursorOffScreen,
|
||||
QuartzCrossScreen,
|
||||
QuartzWarpCursor,
|
||||
DarwinEQPointerPost,
|
||||
DarwinEQSwitchScreen
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -320,8 +320,8 @@ static miPointerScreenFuncRec quartzScreenFuncsRec = {
|
|||
QuartzCursorOffScreen,
|
||||
QuartzCrossScreen,
|
||||
QuartzWarpCursor,
|
||||
DarwinEQPointerPost,
|
||||
DarwinEQSwitchScreen
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue