diff options
author | Martin Stransky <stransky@redhat.com> | 2022-01-11 19:49:24 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2022-01-11 19:49:24 +0100 |
commit | bacd3c42004883a03e03f64416cc07ca18ccc695 (patch) | |
tree | 76c052738e3b21901ffc5d8e66773d102fa203d7 /mozilla-1745560.patch | |
parent | Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 (diff) | |
parent | Update to Firefox 96 (diff) | |
download | librewolf-fedora-ff-bacd3c42004883a03e03f64416cc07ca18ccc695.tar.gz librewolf-fedora-ff-bacd3c42004883a03e03f64416cc07ca18ccc695.tar.bz2 librewolf-fedora-ff-bacd3c42004883a03e03f64416cc07ca18ccc695.zip |
merge
Diffstat (limited to 'mozilla-1745560.patch')
-rw-r--r-- | mozilla-1745560.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mozilla-1745560.patch b/mozilla-1745560.patch deleted file mode 100644 index 891dfeb..0000000 --- a/mozilla-1745560.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/widget/gtk/mozwayland/mozwayland.c b/widget/gtk/mozwayland/mozwayland.c ---- a/widget/gtk/mozwayland/mozwayland.c -+++ b/widget/gtk/mozwayland/mozwayland.c -@@ -200,3 +200,10 @@ - - MOZ_EXPORT void wl_list_insert_list(struct wl_list* list, - struct wl_list* other) {} -+ -+MOZ_EXPORT struct wl_proxy* wl_proxy_marshal_flags( -+ struct wl_proxy* proxy, uint32_t opcode, -+ const struct wl_interface* interface, uint32_t version, uint32_t flags, -+ ...) { -+ return NULL; -+} - |