Comment 18 for bug 28052

Revision history for this message
In , Daniel Stone (daniels) wrote :

hi,
the algorithms and implementation look pretty good to me at a first glance.
could you please redo this against master, though? dix/getevents.c is what you
want to be looking at: GetPointerEvents will call acceleratePointer if
POINTER_ACCELERATE is set in flags. so what you want to be doing is storing all
your information in the ValuatorClassRec (include/inputstr.h), and then changing
which acceleration function you call.

also, please wrap your lines at 80 characters.

thanks!