http://bugs.winehq.org/show_bug.cgi?id=5941 Rubystar <saturas(a)mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |saturas(a)mail.ru --- Comment #17 from Rubystar <saturas(a)mail.ru> 2010-01-28 06:26:48 --- Sorry for my very bad English! I have this bug, when i try process to message WM_GETMINMAXINFO in WndProc Code: case WM_GETMINMAXINFO: MINMAXINFO *pInfo; pInfo = (MINMAXINFO *)lParam; POINT min; min = {300, 200}; POINT max; max = {700, 500}; pInfo->ptMinTrackSize = min; pInfo->ptMaxTrackSize = max; return 0; -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.