https://bugzilla.gnome.org/show_bug.cgi?id=771915

--- Comment #11 from Olivier Fourdan <[email protected]> ---
I see basically 3 possibilities:

1. Revert commit 4cb1b96 and use a clamp() in
gdk_wayland_window_set_geometry_hints() -> That's a quick and dirty hack but
would get us out of the problem, but the size contraints might be wrong at some
point in time

2. Amend gtk_widget_size_allocate_with_baseline() to chain the size_allocate
signal even if the gtk_widget_size_allocate_with_baseline() /thinks/ nothing
significant has changed -> Tested, it works, but I am not sure of the side
effects on other code and efficiency, as we might end up sending size_allocate
signals a lot more often

3. Continue searching for a better solution than 1. and 2.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to