summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-16 19:22:32 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-16 21:10:00 +0930
commit6fb76acc4524d6af4bfb6bc6d862c1ee2bbb8baa (patch)
treed85e1f8c3a3725314ee2889c1a9d123bfaf126e3 /hw/vfb
parent5127942f80983b2e053dddd5c5747d0c3d2f9d6d (diff)
mi: remove miPointerUpdate() -> replaced by miPointerUpdateSprite().
In the xnest and vfb DDX we don't need the call anyway, it's performed by mieqProcessInputEvent.
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/InitInput.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c
index 393698f35..3b001eea7 100644
--- a/hw/vfb/InitInput.c
+++ b/hw/vfb/InitInput.c
@@ -52,7 +52,6 @@ void
ProcessInputEvents()
{
mieqProcessInputEvents();
- miPointerUpdate();
}
void DDXRingBell(int volume, int pitch, int duration)