[Wayland-bugs] [Bug 771915] [Wayland]: Totem window misplaced after a state change
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Tue Sep 27 08:19:36 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=771915
--- Comment #11 from Olivier Fourdan <ofourdan at redhat.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160927/d223268e/attachment.html>
More information about the wayland-bugs
mailing list