summaryrefslogtreecommitdiff
path: root/firefox-gtk3-20.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2016-03-15 15:39:59 +0100
committerMartin Stransky <stransky@anakreon.cz>2016-03-15 15:39:59 +0100
commit123910994aa384fb82c390cb74d8e9c5c569672f (patch)
tree071947a6382aa9d840e51bb9ebc71e4a60ddca8a /firefox-gtk3-20.patch
parentUpdated gtk3.20 patch (diff)
downloadlibrewolf-fedora-ff-123910994aa384fb82c390cb74d8e9c5c569672f.tar.gz
librewolf-fedora-ff-123910994aa384fb82c390cb74d8e9c5c569672f.tar.bz2
librewolf-fedora-ff-123910994aa384fb82c390cb74d8e9c5c569672f.zip
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 91d4468..0a5c290 100644
--- a/firefox-gtk3-20.patch
+++ b/firefox-gtk3-20.patch
@@ -1330,14 +1330,6 @@ diff -up firefox-45.0/widget/gtk/gtkdrawing.h.gtk3-20 firefox-45.0/widget/gtk/gt
diff -up firefox-45.0/widget/gtk/mozgtk/mozgtk.c.gtk3-20 firefox-45.0/widget/gtk/mozgtk/mozgtk.c
--- firefox-45.0/widget/gtk/mozgtk/mozgtk.c.gtk3-20 2016-03-03 22:48:07.000000000 +0100
+++ firefox-45.0/widget/gtk/mozgtk/mozgtk.c 2016-03-15 13:58:06.914489856 +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