GNOME Bugzilla – Bug 765567
wayland: avoid jitter in keyboard repeat
Last modified: 2016-04-26 01:29:41 UTC
** On my more larger of monitors, I still have some frame jumps to resolve, but this at least allows the rapid scroll via key-press to stay stable even though we have dropped/missed frames. **
Created attachment 326718 [details] [review] wayland: avoid jitter in keyboard repeat When synthesizing keyboard repeat, we can potentially drift further from the mark depending on the timing of the frame callback and how long it took to deliver the event. This patch attempts to reduce this by tracking from a stable epoch the time of our next keyboard repeat.
Review of attachment 326718 [details] [review]: ok