From fd2700008a85558d0963936faa820bf323f99f3d Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 28 Nov 2019 11:33:06 +0100 Subject: updated mozilla-1593408.patch --- mozilla-1593408.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mozilla-1593408.patch') 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; + } } -- cgit