From 05b0377d52662a33d53370f745e2f127d4ec0248 Mon Sep 17 00:00:00 2001 From: Makoto Sato <51475851+makotosato-at@users.noreply.github.com> Date: Wed, 2 Aug 2023 17:56:13 +0900 Subject: [PATCH] wayland: fix fullscreen not working on Wayland (#351) Signed-off-by: Makoto Sato --- .../platform/linux_embedded/window/elinux_window_wayland.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flutter/shell/platform/linux_embedded/window/elinux_window_wayland.cc b/src/flutter/shell/platform/linux_embedded/window/elinux_window_wayland.cc index 8a84022..64b72e4 100644 --- a/src/flutter/shell/platform/linux_embedded/window/elinux_window_wayland.cc +++ b/src/flutter/shell/platform/linux_embedded/window/elinux_window_wayland.cc @@ -86,6 +86,7 @@ const xdg_surface_listener ELinuxWindowWayland::kXdgSurfaceListener = { if (self->wait_for_configure_) { self->wait_for_configure_ = false; } + self->request_redraw_ = true; }, };