summaryrefslogtreecommitdiff
path: root/firefox-gtk3-20.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-03-17 13:56:39 +0100
committerMartin Stransky <stransky@redhat.com>2016-03-17 13:56:39 +0100
commit9546233a4fc781656a9495594e28b9c5f6ae9827 (patch)
treed7d66443afc34dddbb82b82777cbe583cc028f56 /firefox-gtk3-20.patch
parentupdated gtk3-20 patch - minor fix (diff)
downloadlibrewolf-fedora-ff-9546233a4fc781656a9495594e28b9c5f6ae9827.tar.gz
librewolf-fedora-ff-9546233a4fc781656a9495594e28b9c5f6ae9827.tar.bz2
librewolf-fedora-ff-9546233a4fc781656a9495594e28b9c5f6ae9827.zip
updated gtk3-20 patch - minor build fix
Diffstat (limited to 'firefox-gtk3-20.patch')
-rw-r--r--firefox-gtk3-20.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/firefox-gtk3-20.patch b/firefox-gtk3-20.patch
index 2269127..c128b23 100644
--- a/firefox-gtk3-20.patch
+++ b/firefox-gtk3-20.patch
@@ -1330,14 +1330,6 @@ diff -up firefox-45.0.1/widget/gtk/gtkdrawing.h.gtk3-20 firefox-45.0.1/widget/gt
diff -up firefox-45.0.1/widget/gtk/mozgtk/mozgtk.c.gtk3-20 firefox-45.0.1/widget/gtk/mozgtk/mozgtk.c
--- firefox-45.0.1/widget/gtk/mozgtk/mozgtk.c.gtk3-20 2016-03-15 23:37:46.000000000 +0100
+++ firefox-45.0.1/widget/gtk/mozgtk/mozgtk.c 2016-03-17 11:24:09.294483057 +0100
-@@ -388,6 +388,7 @@ STUB(gtk_settings_get_for_screen)
- STUB(gtk_socket_add_id)
- STUB(gtk_socket_get_id)
- STUB(gtk_socket_get_type)
-+STUB(gtk_socket_get_plug_window)
- STUB(gtk_socket_new)
- STUB(gtk_spin_button_new)
- STUB(gtk_statusbar_new)
@@ -502,6 +503,11 @@ STUB(gtk_window_set_type_hint)
STUB(gtk_window_set_wmclass)
STUB(gtk_window_unfullscreen)
bgstack15