https://bugs.winehq.org/show_bug.cgi?id=54269
Bug ID: 54269 Summary: WM_GETMINMAXINFO message should be sent when manually resizing the window Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: 399989567@qq.com Distribution: ---
Created attachment 73834 --> https://bugs.winehq.org/attachment.cgi?id=73834 demo
In actual application, it may be necessary to limit the maximum or minimum size of the window. The maximum or minimum size of the window is controlled by the WM_GETMINMAXINFO message. Therefore, in a form that needs to control the maximum or minimum size of the window, this message needs to be mapped.
I wrote a 32-bit program running under Windows 10, when a WM_GETMINMAXINFO message is received, the text position of the output changes.
This works fine under windows10, but in wine, when the window is resized, the program cannot receive the WM_GETMINMAXINFO message