From f05e0ad0ae691bb8c476b299a60006c9ba53ede2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 25 Feb 2020 19:56:56 +0100 Subject: [PATCH] wayland: synchronize the CSD surfaces to the main surface --- wayland.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wayland.c b/wayland.c index 813229ec..f49e71d2 100644 --- a/wayland.c +++ b/wayland.c @@ -947,6 +947,7 @@ wayl_win_init(struct terminal *term) win->csd.surface[i] = wl_compositor_create_surface(wayl->compositor); win->csd.sub_surface[i] = wl_subcompositor_get_subsurface( wayl->sub_compositor, win->csd.surface[i], win->surface); + wl_subsurface_set_sync(win->csd.sub_surface[i]); } /* Scrollback search box */