summaryrefslogtreecommitdiff
path: root/hw/kdrive
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-12-03 14:32:53 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-12-03 14:35:33 +1030
commit28b93d74a11a1064d68a214fcaa7b0aede864a38 (patch)
treed445daa81978a884756157d6b269e97e74456248 /hw/kdrive
parent004876355b43fb4d3c2bc5653a7dc1bfd3f985ee (diff)
ephyr: miPointerWarpCursor needs the device parameter.
Thanks to Mitchell Quille for spotting it.
Diffstat (limited to 'hw/kdrive')
-rw-r--r--hw/kdrive/ephyr/ephyr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/ephyr/ephyr.c b/hw/kdrive/ephyr/ephyr.c
index 52f5dcf60..efcca5a33 100644
--- a/hw/kdrive/ephyr/ephyr.c
+++ b/hw/kdrive/ephyr/ephyr.c
@@ -829,7 +829,7 @@ ephyrWarpCursor (ScreenPtr pScreen, int x, int y)
{
ephyrBlockSigio ();
ephyrCurScreen = pScreen->myNum;
- miPointerWarpCursor (pScreen, x, y);
+ miPointerWarpCursor (inputInfo.pointer, pScreen, x, y);
ephyrUnblockSigio ();
}