Remove unnecessary wl_display_roundtrip() call
Calling wl_display_roundtrip() from an event handler is a bad practice in general because it nests multiple dispatches. We don't need to block here anyways.
This commit is contained in:
parent
ba921312c5
commit
9b4b390588
Loading…
Reference in New Issue
Block a user