http://bugs.winehq.org/show_bug.cgi?id=17180
Summary: Wine doesn't honor minimum window size(reported through WM_GETMINMAXINFO) Product: Wine Version: 1.1.13 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: diaasami@gmail.com
Created an attachment (id=19068) --> (http://bugs.winehq.org/attachment.cgi?id=19068) A sample app that sets the minimum window size(through WM_GETMINMAXINFO) to (350,350)
It's somehow complicated to explain because WINE handles minimum window size partially but doesn't propagate it to X, so although the window can still be resized to smaller sizes it doesn't receive WM_SIZE when its size goes below the minimum size. See the attached application, it sets the minimum size to 350,350.