diff options
Diffstat (limited to 'mozilla-1615098.patch')
-rw-r--r-- | mozilla-1615098.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mozilla-1615098.patch b/mozilla-1615098.patch new file mode 100644 index 0000000..f55e0ad --- /dev/null +++ b/mozilla-1615098.patch @@ -0,0 +1,12 @@ +diff -up firefox-74.0/widget/gtk/nsWindow.cpp.1615098 firefox-74.0/widget/gtk/nsWindow.cpp +--- firefox-74.0/widget/gtk/nsWindow.cpp.1615098 2020-03-13 09:34:03.623433935 +0100 ++++ firefox-74.0/widget/gtk/nsWindow.cpp 2020-03-13 09:38:44.382941288 +0100 +@@ -4879,8 +4879,6 @@ void nsWindow::UpdateTopLevelOpaqueRegio + if (window) { + gdk_window_invalidate_rect(window, &rect, false); + } +- +- moz_container_update_opaque_region(mContainer, aSubtractCorners); + } + #endif + |