Skip to content

Commit d94bd79

Browse files
committed
Revert "clipboard-wayland: flush display after creating data sources"
Not needed anymore. After data sources are created, the next loop iteration of clipboard_wayland_dispatch_events will immediately start and flush display. This reverts commit c399422.
1 parent 50515d4 commit d94bd79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

player/clipboard/clipboard-wayland.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ static void create_data_sources(struct clipboard_wayland_priv *wl)
301301
seat_create_data_source(seat, true);
302302
}
303303
}
304-
wl_display_flush(wl->display);
305304
}
306305

307306
static void clipboard_wayland_uninit(struct clipboard_wayland_priv *wl)

0 commit comments

Comments
 (0)