summaryrefslogtreecommitdiff
path: root/firefox-wayland-fix-mzbz-1642949-regression.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-01-19 19:07:34 +0100
committerMartin Stransky <stransky@redhat.com>2021-01-19 19:07:34 +0100
commit9c6d6274ed5a1a08941f7951b97a9c3d4f6ba0c8 (patch)
tree17fc91ac6e392efe2c17bdf82719cb0b0a854645 /firefox-wayland-fix-mzbz-1642949-regression.patch
parentMerge branch 'master' into f33 (diff)
parentFixed mzbz#164294 regression (diff)
downloadlibrewolf-fedora-ff-9c6d6274ed5a1a08941f7951b97a9c3d4f6ba0c8.tar.gz
librewolf-fedora-ff-9c6d6274ed5a1a08941f7951b97a9c3d4f6ba0c8.tar.bz2
librewolf-fedora-ff-9c6d6274ed5a1a08941f7951b97a9c3d4f6ba0c8.zip
Merge branch 'master' into f33
Diffstat (limited to 'firefox-wayland-fix-mzbz-1642949-regression.patch')
-rw-r--r--firefox-wayland-fix-mzbz-1642949-regression.patch12
1 files changed, 12 insertions, 0 deletions
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);
+ }
+ }
+
bgstack15