diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-16 19:22:32 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-16 19:33:51 +0930 |
commit | 48ba58feacedf9781db81c82adbb37197d9a5cd1 (patch) | |
tree | e2f1de60bd8cf9b6dc1271f3c9c0375ecb3b902e /hw | |
parent | 622d7c1d899a6146773a2ebd1d632a805f24025e (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')
-rw-r--r-- | hw/vfb/InitInput.c | 1 | ||||
-rw-r--r-- | hw/xnest/Events.c | 1 |
2 files changed, 0 insertions, 2 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) diff --git a/hw/xnest/Events.c b/hw/xnest/Events.c index 02ff27bdf..f7a551c17 100644 --- a/hw/xnest/Events.c +++ b/hw/xnest/Events.c @@ -49,7 +49,6 @@ void ProcessInputEvents() { mieqProcessInputEvents(); - miPointerUpdate(); } int |