Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(client): remove unnecessary wl_output_roundtrip
At this point we're not awaiting any protocol events and flushing wayland queue makes little sense. As Alexays#1019 shows, it may be even harmful as an extra roundtrip could process wl_output disappearance and delete output object right from under our code.
- Loading branch information