From 0d542b2f6052e86dcecb69627ce3bdf3c1a237f4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 27 Oct 2018 13:32:16 +0530 Subject: [PATCH] ... --- kitty/child-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/child-monitor.c b/kitty/child-monitor.c index eedade786..66fd632b9 100644 --- a/kitty/child-monitor.c +++ b/kitty/child-monitor.c @@ -641,7 +641,7 @@ render(double now) { if (!w->num_tabs || !should_os_window_be_rendered(w)) continue; if (global_state.is_wayland && w->wayland_render_state != RENDER_FRAME_READY && OPT(sync_to_monitor)) { if (w->wayland_render_state == RENDER_FRAME_NOT_REQUESTED) wayland_request_frame_render(w); - return; + continue; } bool needs_render = w->is_damaged; make_os_window_context_current(w);