Skip to content

Only dispatch events in Xwayland::dispatchEvents()

Vlad Zahorodnii requested to merge work/xwayland-event-filter into master

This merge request intends to get rid of calling DataBridge::filterEvent() in Xwayland::dispatchEvents() and make the latter method as generic as possible.

Merge request reports