Merge branch 'wip/wayland-unconfigured-cut-shadow-2' into 'gtk-3-24'

wayland: Always store unconfigured size

See merge request GNOME/gtk!1638
This commit is contained in:
Matthias Clasen 2020-04-07 11:31:56 +00:00
commit 99bae0fb5f

View File

@ -1156,6 +1156,8 @@ gdk_wayland_window_maybe_configure (GdkWindow *window,
gboolean is_xdg_popup;
gboolean is_visible;
impl->unconfigured_width = calculate_width_without_margin (window, width);
impl->unconfigured_height = calculate_height_without_margin (window, height);
if (should_inhibit_resize (window))
return;