Skip to content

wayland backend: do not watch wayland fd for writable

Dominique Martinet requested to merge github/fork/martinetd/wayland_loop into master

Wayland fd is always writable and will busy-loop. The dispatch function gets called with 0-mask when we need to flush display anyway, so this saves CPU at no visible impact.

Merge request reports