summaryrefslogtreecommitdiff
path: root/mozilla-1507475.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-01-28 14:53:26 +0100
committerMartin Stransky <stransky@redhat.com>2019-01-28 14:53:26 +0100
commiteec2ffa6e4f9ca24edca21392882a65abc3fb15f (patch)
tree903762f553140c0f96ed73541d44022adb066076 /mozilla-1507475.patch
parentRebuild (diff)
downloadlibrewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.tar.gz
librewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.tar.bz2
librewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.zip
Update to Firefox 65.0 build 2
Diffstat (limited to 'mozilla-1507475.patch')
-rw-r--r--mozilla-1507475.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/mozilla-1507475.patch b/mozilla-1507475.patch
deleted file mode 100644
index dda3892..0000000
--- a/mozilla-1507475.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up firefox-64.0/widget/gtk/nsGtkKeyUtils.cpp.old firefox-64.0/widget/gtk/nsGtkKeyUtils.cpp
---- firefox-64.0/widget/gtk/nsGtkKeyUtils.cpp.old 2018-12-05 13:17:51.147655931 +0100
-+++ firefox-64.0/widget/gtk/nsGtkKeyUtils.cpp 2018-12-05 13:18:57.989282016 +0100
-@@ -590,7 +590,7 @@ seat_handle_capabilities(void *data, str
- {
- static wl_keyboard *keyboard = nullptr;
-
-- if (caps & WL_SEAT_CAPABILITY_KEYBOARD) {
-+ if ((caps & WL_SEAT_CAPABILITY_KEYBOARD) && !keyboard) {
- keyboard = wl_seat_get_keyboard(seat);
- wl_keyboard_add_listener(keyboard, &keyboard_listener, nullptr);
- } else if (keyboard && !(caps & WL_SEAT_CAPABILITY_KEYBOARD)) {
bgstack15