summaryrefslogtreecommitdiff
path: root/hw/xquartz/xpr
diff options
context:
space:
mode:
authorBen Byer <bbyer@apple.com>2008-03-31 18:15:18 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-04-02 17:45:28 -0700
commit6c5962e44730395f81cdb333322c9ad5242c32d4 (patch)
tree7c1342debcbc6cd62ee271f78ec9f0c8ee02643d /hw/xquartz/xpr
parentc6f0d5d1e51326e5110d27918d834eb0096df7db (diff)
remove vestigal DarwinEQPointerPost etc
(cherry picked from commit a25704c423598d596fd7f2ed4290d4b860bd5d5f)
Diffstat (limited to 'hw/xquartz/xpr')
-rw-r--r--hw/xquartz/xpr/xprCursor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xquartz/xpr/xprCursor.c b/hw/xquartz/xpr/xprCursor.c
index e084ef90e..2ad8d6f56 100644
--- a/hw/xquartz/xpr/xprCursor.c
+++ b/hw/xquartz/xpr/xprCursor.c
@@ -320,8 +320,8 @@ static miPointerScreenFuncRec quartzScreenFuncsRec = {
QuartzCursorOffScreen,
QuartzCrossScreen,
QuartzWarpCursor,
- DarwinEQPointerPost,
- DarwinEQSwitchScreen
+ NULL,
+ NULL
};