Skip to content

wip: wayland: Send multiple axis event axes in single frame

Marcus Gursch requested to merge marcusgu/kwin:work/marcusgu/gtkikinetic into master

This MR fixes https://bugs.kde.org/show_bug.cgi?id=454428 and enables kinetic scrolling with touchpads in gtk applications. It also fixes the page getting stuck at the edge when using overscroll in firefox.

The idea is to send frame messages after iterating over pointer axis event axes rather than in each iteration.

Merge request reports