diff options
author | Martin Stransky <stransky@redhat.com> | 2019-05-16 09:36:44 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-05-16 09:36:44 +0200 |
commit | 973e9e8942ef934c59aef046d34fbeb6268c2feb (patch) | |
tree | b680ee40c129659a14a7aa5f825b86786998ca14 | |
parent | Updated cbindgen (diff) | |
download | librewolf-fedora-ff-973e9e8942ef934c59aef046d34fbeb6268c2feb.tar.gz librewolf-fedora-ff-973e9e8942ef934c59aef046d34fbeb6268c2feb.tar.bz2 librewolf-fedora-ff-973e9e8942ef934c59aef046d34fbeb6268c2feb.zip |
Fixed mozilla-1535567.patch patch
-rw-r--r-- | mozilla-1535567.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mozilla-1535567.patch b/mozilla-1535567.patch index a2b96a4..43b606c 100644 --- a/mozilla-1535567.patch +++ b/mozilla-1535567.patch @@ -57,11 +57,11 @@ diff -up firefox-67.0/widget/gtk/mozcontainer.cpp.mozilla-1535567 firefox-67.0/w + ? wl_proxy_get_id((struct wl_proxy *)gtk_container_surface) + : -1; + -+ LOG( -+ ("%s [%p] frame_callback_handler %p " -+ "frame_callback_handler_surface_id %d\n", -+ __FUNCTION__, (void *)container, container->frame_callback_handler, -+ container->frame_callback_handler_surface_id)); ++ ++ ++ ++ ++ + + if (container->frame_callback_handler && + container->frame_callback_handler_surface_id == @@ -109,8 +109,8 @@ diff -up firefox-67.0/widget/gtk/mozcontainer.cpp.mozilla-1535567 firefox-67.0/w window = gdk_window_new(parent, &attributes, attributes_mask); + -+ LOG(("moz_container_realize() [%p] GdkWindow %p\n", (void *)container, -+ (void *)window)); ++ ++ + gdk_window_set_user_data(window, widget); } else { |