summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Events.c
diff options
context:
space:
mode:
authorTiago Vignatti <vignatti@c3sl.ufpr.br>2008-06-11 18:10:55 -0300
committerTiago Vignatti <vignatti@c3sl.ufpr.br>2008-06-11 18:10:55 -0300
commit6e018f6a30dab1259b8fdc1ae4c84056b2acf362 (patch)
tree5d8d29db38ae1c9321a7c0ff764acc325919b2de /hw/xfree86/common/xf86Events.c
parent881e551de92e5664f92ef1961092e35cd7a77b15 (diff)
No need for inputPending field in xf86Info.
Diffstat (limited to 'hw/xfree86/common/xf86Events.c')
-rw-r--r--hw/xfree86/common/xf86Events.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/common/xf86Events.c b/hw/xfree86/common/xf86Events.c
index f408fc929..a7f9578b8 100644
--- a/hw/xfree86/common/xf86Events.c
+++ b/hw/xfree86/common/xf86Events.c
@@ -236,8 +236,6 @@ ProcessInputEvents ()
}
#endif
- xf86Info.inputPending = FALSE;
-
mieqProcessInputEvents();
/* FIXME: This is a problem if we have multiple pointers */
@@ -499,8 +497,6 @@ xf86Wakeup(pointer blockData, int err, pointer pReadmask)
}
if (xf86VTSwitchPending()) xf86VTSwitch();
-
- if (xf86Info.inputPending) ProcessInputEvents();
}