Fix issue starting up client EGL on X11 backend

This commit is contained in:
Drew DeVault 2018-03-27 15:49:44 -04:00
parent 776b81d499
commit 13edb19a6c
3 changed files with 5 additions and 3 deletions

View file

@ -247,7 +247,6 @@ int main(int argc, char **argv) {
struct wl_registry *registry = wl_display_get_registry(display);
wl_registry_add_listener(registry, &registry_listener, NULL);
wl_display_dispatch(display);
wl_display_roundtrip(display);
if (compositor == NULL) {