diff options
Diffstat (limited to 'mozilla-1431399.patch')
-rw-r--r-- | mozilla-1431399.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mozilla-1431399.patch b/mozilla-1431399.patch deleted file mode 100644 index b6513d0..0000000 --- a/mozilla-1431399.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp ---- a/widget/gtk/nsWindow.cpp -+++ b/widget/gtk/nsWindow.cpp -@@ -3242,6 +3242,12 @@ - mBounds = aRect; - ConstrainSize(&mBounds.width, &mBounds.height); - -+ // eWindowType_child is not supported on Wayland. Just switch to toplevel -+ // as a workaround. -+ if (!mIsX11Display && mWindowType == eWindowType_child) { -+ mWindowType = eWindowType_toplevel; -+ } -+ - // figure out our parent window - GtkWidget *parentMozContainer = nullptr; - GtkContainer *parentGtkContainer = nullptr; - |