diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-27 15:49:44 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-27 18:51:38 -0400 |
commit | 13edb19a6ca89da3fcbafd3be01d89251658178d (patch) | |
tree | 499b4a7463c894af827c77e56efdbe81071a01e3 /examples | |
parent | 776b81d499ae4430c0ebe5421b119c6b3355a1ce (diff) |
Fix issue starting up client EGL on X11 backend
Diffstat (limited to 'examples')
-rw-r--r-- | examples/layer-shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/layer-shell.c b/examples/layer-shell.c index e559121e..70407888 100644 --- a/examples/layer-shell.c +++ b/examples/layer-shell.c @@ -247,7 +247,6 @@ int main(int argc, char **argv) { struct wl_registry *registry = wl_display_get_registry(display); wl_registry_add_listener(registry, ®istry_listener, NULL); - wl_display_dispatch(display); wl_display_roundtrip(display); if (compositor == NULL) { |