Skip to content

wayland: Adjust kwin to PointerInterface changes

Vlad Zahorodnii requested to merge work/wl-pointer-new-approach into master

note: PointerInputTest needed a little adjustment because the new version of PointerInterface doesn't flush the connection after sending an enter or a leave event.

also, it's now up to the compositor to decide when frame events have to be sent, it's something that we wanted to fix for quite some time. previously, we were constrained by ABI and API compatibility guarantees.

kwayland-server part: kwayland-server!172 (merged)

Merge request reports