From: Rémi Bernon <rbernon(a)codeweavers.com> --- dlls/winewayland.drv/wayland_surface.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/winewayland.drv/wayland_surface.c b/dlls/winewayland.drv/wayland_surface.c index 4f72150949b..e5794ee440f 100644 --- a/dlls/winewayland.drv/wayland_surface.c +++ b/dlls/winewayland.drv/wayland_surface.c @@ -526,8 +526,6 @@ static void wayland_surface_reconfigure_client(struct wayland_surface *surface, else /* We can't have a 0x0 destination, use 1x1 instead. */ wp_viewport_set_destination(client->wp_viewport, 1, 1); - wl_surface_commit(client->wl_surface); - wayland_resize_gl_drawable(client->hwnd); } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6323