https://bugzilla.gnome.org/show_bug.cgi?id=736742
  gtk+ | Backend: Wayland | unspecified

--- Comment #8 from Carlos Garnacho <[email protected]> 2014-11-23 12:22:42 UTC 
---
Not fully sure what makes you most unhappy with it, Gdk design issues aside. I
can't help but think you're expecting window state/size and geometry to be
committed at once, this is however a 2 step process in GTK+, the window state
is changed, and the size/state change triggers a border update. It doesn't make
sense to try to do this preemptively if the WM may not honor the request.

AFAICT the difference in behavior wrt X11 is mainly that maximized/fullscreen
window sizes never extend beyond monitor bounds there (so unsetting the border
afterwards comes out right), whereas on Wayland the window borders are still
accounted for.

This patch mainly makes set_shadow_width() idempotent wrt window size, not most
pretty maybe, but desirable IMO, given the 2 step process.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to