diff options
author | Martin Stransky <stransky@redhat.com> | 2020-03-18 22:14:23 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-03-18 22:14:23 +0100 |
commit | f983a1b3848c02b2f620f219dbbcbb5762cc4e7b (patch) | |
tree | df8bab05be9a211db99b5bd0d5b80f7580d3c0e6 /mozilla-1623106.patch | |
parent | updated mozilla-1623106.patch (diff) | |
download | librewolf-fedora-ff-f983a1b3848c02b2f620f219dbbcbb5762cc4e7b.tar.gz librewolf-fedora-ff-f983a1b3848c02b2f620f219dbbcbb5762cc4e7b.tar.bz2 librewolf-fedora-ff-f983a1b3848c02b2f620f219dbbcbb5762cc4e7b.zip |
Updated mozilla-1623106.patch
Diffstat (limited to 'mozilla-1623106.patch')
-rw-r--r-- | mozilla-1623106.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mozilla-1623106.patch b/mozilla-1623106.patch index 05dde70..354d918 100644 --- a/mozilla-1623106.patch +++ b/mozilla-1623106.patch @@ -1,4 +1,4 @@ -changeset: 521153:1bef33e1956a +changeset: 521156:e856a981e2be tag: tip parent: 521144:5bfecf5aff6d user: Martin Stransky <stransky@redhat.com> @@ -53,7 +53,7 @@ diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp - aEvent->changed_mask | GDK_WINDOW_STATE_MAXIMIZED); + // + // This is fixed in Gtk 3.24+ -+ if (gtk_check_version(3, 24) != nullptr) { ++ if (gtk_check_version(3, 24, 0) != nullptr) { + if (!mIsShown) { + aEvent->changed_mask = static_cast<GdkWindowState>( + aEvent->changed_mask & ~GDK_WINDOW_STATE_MAXIMIZED); |