From 3a219caf3da11df9feed819be6d2b08c10d44cfc Mon Sep 17 00:00:00 2001 From: Frank Praznik Date: Mon, 8 Jan 2024 18:00:28 -0500 Subject: [PATCH] wayland: Restore accidentally removed line of code --- src/video/wayland/SDL_waylandwindow.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/video/wayland/SDL_waylandwindow.c b/src/video/wayland/SDL_waylandwindow.c index 7866b06671..7c77f1e044 100644 --- a/src/video/wayland/SDL_waylandwindow.c +++ b/src/video/wayland/SDL_waylandwindow.c @@ -1444,6 +1444,8 @@ void Wayland_ShowWindow(SDL_VideoDevice *_this, SDL_Window *window) WAYLAND_wl_display_roundtrip(c->display); } + data->surface_status = WAYLAND_SURFACE_STATUS_WAITING_FOR_CONFIGURE; + /* Detach any previous buffers before resetting everything, otherwise when * calling this a second time you'll get an annoying protocol error! *