mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Remove unnecessary wl_display_dispatch calls
wl_display_roundtrip already takes care of dispatching the display.
This commit is contained in:
parent
bad1e9afa8
commit
297354f847
18 changed files with 0 additions and 19 deletions
|
|
@ -279,7 +279,6 @@ struct wlr_backend *wlr_wl_backend_create(struct wl_display *display,
|
|||
}
|
||||
|
||||
wl_registry_add_listener(wl->registry, ®istry_listener, wl);
|
||||
wl_display_dispatch(wl->remote_display);
|
||||
wl_display_roundtrip(wl->remote_display);
|
||||
|
||||
if (!wl->compositor) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue