mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-30 11:08:33 -05: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
|
|
@ -754,7 +754,6 @@ static int init(struct capture_context *ctx) {
|
|||
wl_registry_add_listener(ctx->registry, ®istry_listener, ctx);
|
||||
|
||||
wl_display_roundtrip(ctx->display);
|
||||
wl_display_dispatch(ctx->display);
|
||||
|
||||
if (!ctx->export_manager) {
|
||||
av_log(ctx, AV_LOG_ERROR, "Compositor doesn't support %s!\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue