Skip to content

wayland: Add event queue dispatch helper

Jonas Ådahl requested to merge jadahl/gtk:wip/wl-dispatch-helper into main

Dispatch failing should always fatal; use a helper to centralize the error handling everywhere.


Also one more place that avoids the broken pipe busy loop.

Merge request reports