Hi Quentin, On 10 March 2017 at 10:50, Quentin Glidic <[email protected]> wrote: > @@ -634,22 +633,27 @@ weston_desktop_xdg_toplevel_committed(struct > weston_desktop_xdg_toplevel *toplev > + if ((toplevel->next_state.maximized || > toplevel->next_state.fullscreen) && > + (toplevel->requested_size.width != wsurface->width || > + toplevel->requested_size.height != wsurface->height)) {
This one did worry me a little bit, but after reading through and seeing it was only for windows wishing to go maximised or fullscreen, it's fine indeed. So: Reviewed-by: Daniel Stone <[email protected]> Cheers, Daniel _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
