From 0af558345f41ce1d85e8ff3dfbb98973a8a50b62 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 5 Aug 2021 06:58:43 +1000 Subject: [PATCH] [client] wayland: fix build with libdecor after invalidateWindow change --- client/displayservers/Wayland/shell_libdecor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/displayservers/Wayland/shell_libdecor.c b/client/displayservers/Wayland/shell_libdecor.c index 8e1d3bd5..f34093aa 100644 --- a/client/displayservers/Wayland/shell_libdecor.c +++ b/client/displayservers/Wayland/shell_libdecor.c @@ -69,7 +69,7 @@ static void libdecorFrameConfigure(struct libdecor_frame * frame, { wlWm.needsResize = true; wlWm.resizeSerial = configuration->serial; - app_invalidateWindow(); + app_invalidateWindow(true); waylandStopWaitFrame(); } else