From c011d6ef885b91475a1bd49a9e705fb7310422e0 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 19 Jan 2021 19:07:12 +0100 Subject: Fixed mzbz#164294 regression --- firefox-wayland-fix-mzbz-1642949-regression.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 firefox-wayland-fix-mzbz-1642949-regression.patch (limited to 'firefox-wayland-fix-mzbz-1642949-regression.patch') diff --git a/firefox-wayland-fix-mzbz-1642949-regression.patch b/firefox-wayland-fix-mzbz-1642949-regression.patch new file mode 100644 index 0000000..bfe6820 --- /dev/null +++ b/firefox-wayland-fix-mzbz-1642949-regression.patch @@ -0,0 +1,12 @@ +diff -up firefox-84.0.2/widget/gtk/WindowSurfaceWayland.cpp.old firefox-84.0.2/widget/gtk/WindowSurfaceWayland.cpp +--- firefox-84.0.2/widget/gtk/WindowSurfaceWayland.cpp.old 2021-01-18 21:39:44.724484655 +0100 ++++ firefox-84.0.2/widget/gtk/WindowSurfaceWayland.cpp 2021-01-18 21:40:59.905703810 +0100 +@@ -906,6 +906,8 @@ void WindowSurfaceWayland::CacheImageSur + size.width, size.height)); + } + #endif ++ } else { ++ mDelayedImageCommits.AppendElement(lastSurf); + } + } + -- cgit