summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2008-08-07 16:27:57 +0930
committerPeter Hutterer <peter.hutterer@redhat.com>2008-08-08 16:19:20 +0930
commit6ca34549b89e73e3e0ec3cb7585686b880534cef (patch)
tree5bacb3cf8147da6d79538cb0682577ffcae995f0 /dix
parent2c3645581ee3f180d34e32c8016d5e4e1af4dca4 (diff)
dix: remove obsolete FIXME comment.
Thanks to Simon Thum for pointing this out.
Diffstat (limited to 'dix')
-rw-r--r--dix/getevents.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dix/getevents.c b/dix/getevents.c
index 5f9b8c151..61252c3d6 100644
--- a/dix/getevents.c
+++ b/dix/getevents.c
@@ -525,10 +525,6 @@ clipValuators(DeviceIntPtr pDev, int first_valuator, int num_valuators,
/**
* Fills events with valuator events for pDev, as given by the other
* parameters.
- *
- * FIXME: Need to fix ValuatorClassRec to store all the valuators as
- * last posted, not just x and y; otherwise relative non-x/y
- * valuators, though a very narrow use case, will be broken.
*/
static EventList *
getValuatorEvents(EventList *events, DeviceIntPtr pDev,