June 12, 2026
9:33 a.m.
The first commit fixes maximized + fullscreen state combined; these should just be treated as fullscreen. However, we still need to do unset_maximized in this case so the actual state that we get from the compositor remains unmodified in order to undo the maximize within one configure sequence. The second commit implements min/max size hints which are useful for compositors when using server side decorations like on winex11. -- v3: winewayland: Implement min/max size hints for non-resizeable windows. https://gitlab.winehq.org/wine/wine/-/merge_requests/11131