summaryrefslogtreecommitdiff
path: root/firefox-wayland-fix-mzbz-1642949-regression.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-02-24 12:39:29 +0100
committerMartin Stransky <stransky@redhat.com>2021-02-24 12:39:29 +0100
commit5f5997630b7c54c52469e15a8a6b2d6e230559a1 (patch)
tree534bba722aa6348a46b7f1b3323b4ea2bf798e57 /firefox-wayland-fix-mzbz-1642949-regression.patch
parentMerge branch 'main' into f33 (diff)
downloadlibrewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.tar.gz
librewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.tar.bz2
librewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.zip
Updated to 86.0
Diffstat (limited to 'firefox-wayland-fix-mzbz-1642949-regression.patch')
-rw-r--r--firefox-wayland-fix-mzbz-1642949-regression.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/firefox-wayland-fix-mzbz-1642949-regression.patch b/firefox-wayland-fix-mzbz-1642949-regression.patch
deleted file mode 100644
index bfe6820..0000000
--- a/firefox-wayland-fix-mzbz-1642949-regression.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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