timer: change the timer offset warning to a client bug
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 6 Feb 2018 04:10:40 +0000 (14:10 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 6 Feb 2018 09:29:26 +0000 (19:29 +1000)
commit64c73d7ae64ccbb82db4608b984cdd7a6d083f8e
treeaa7919917f1327a50d700439d067cd639a01c227
parentd4b76be18b9bcbdb497de1040855d80972c3bbb2
timer: change the timer offset warning to a client bug

This looks like a libinput bug (well, it does say "libinput bug" on the
package) but it hasn't been that for a long time. The cause is almost always
insufficient motivation to call libinput_dispatch() by the caller, or at least
not doing it with the celerity libinput demands (and deserves, if I may say
so).

Up-, down- or side-grade it to a client bug, so the outrage can be
directed elsewhere, preferably away from me. And add a section to the
documentation, just in case someone actually reads this stuff.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
doc/faqs.dox
src/timer.c