[Bug 5941] Problem with resizable windows

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 28 06:26:49 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=5941


Rubystar <saturas at mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |saturas at mail.ru




--- Comment #17 from Rubystar <saturas at 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.



More information about the wine-bugs mailing list