Skip to content

Send tablet events to every bound wl_resource

Aki Sakurai requested to merge aki1/kwin:tablet_mutiple_bound into master

Some apps, notably Tablet KCM, will rebind the tablet interface and consume all events that should be sent to the GUI toolkit.

This commit sends events to every consumer and also stores the latest cursor indexed by wl_client instead of wl_resource.

BUG:473126

Edited by Aki Sakurai

Merge request reports