On Tue Jun 9 17:06:03 2026 +0000, Jacob Czekalla wrote:
I am trying to test when an application provides a maximized rect through WM_GETMINMAXINFO that is larger than the working area. My WM does not allow this and tries to clamp it down, but on Windows, this over extended maximized rect is allowed. This test is to show the difference between the behavior. I can see now though, that it passes and that this type of test may not work as intended when run through the pipeline. We already have some bugs related to WM_GETMINMAXINFO handling, and under X11 it's impossible for an application to provide custom rectangle for a top level window: https://bugs.winehq.org/show_bug.cgi?id=5941 https://bugs.winehq.org/show_bug.cgi?id=47715#c2
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11099#note_142541