diff options
author | Martin Stransky <stransky@redhat.com> | 2019-11-28 11:33:26 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-11-28 11:33:26 +0100 |
commit | 6ec945e415644f9ec543b3a889796700b2ab486f (patch) | |
tree | 35955eec501d8dd6126c045704fdea015d1810ef | |
parent | Merge branch 'master' into f31 (diff) | |
parent | updated mozilla-1593408.patch (diff) | |
download | librewolf-fedora-ff-6ec945e415644f9ec543b3a889796700b2ab486f.tar.gz librewolf-fedora-ff-6ec945e415644f9ec543b3a889796700b2ab486f.tar.bz2 librewolf-fedora-ff-6ec945e415644f9ec543b3a889796700b2ab486f.zip |
Merge branch 'master' into f31
-rw-r--r-- | mozilla-1593408.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mozilla-1593408.patch b/mozilla-1593408.patch index e5b5f46..4d9c7ee 100644 --- a/mozilla-1593408.patch +++ b/mozilla-1593408.patch @@ -1,6 +1,6 @@ diff -up firefox-71.0/widget/gtk/mozcontainer.cpp.mozilla-1593408 firefox-71.0/widget/gtk/mozcontainer.cpp --- firefox-71.0/widget/gtk/mozcontainer.cpp.mozilla-1593408 2019-11-26 01:02:30.000000000 +0100 -+++ firefox-71.0/widget/gtk/mozcontainer.cpp 2019-11-27 11:41:20.539447954 +0100 ++++ firefox-71.0/widget/gtk/mozcontainer.cpp 2019-11-28 11:29:58.522095531 +0100 @@ -76,6 +76,10 @@ static void moz_container_allocate_child MozContainerChild* child); static MozContainerChild* moz_container_get_child(MozContainer* container, @@ -30,7 +30,7 @@ diff -up firefox-71.0/widget/gtk/mozcontainer.cpp.mozilla-1593408 firefox-71.0/w + wl_subsurface_set_position(container->subsurface, container->subsurface_dx, + container->subsurface_dy); + wl_surface_commit(parent_surface); -+ container->surface_position_needs_update = false; ++ container->surface_position_update = false; + } } |