[Bug 10919] GetLargestConsoleWindowSize() should not return hard coded constants

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 18 23:01:52 CDT 2008


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





--- Comment #7 from Ian Binnie <bugzilla.j.iansemail at spamgourmet.com>  2008-09-18 23:01:52 ---
In Windows (but not Wine) GetClientRect is always a multiple of Font size

This causes the calculated Font Size (ClientRect / ConsoleScreenBuffer) to vary
in wineconsole.

    GetClientRect(hWnd, &crt);  // client area of console window in screen
coordinates


It is a pity the XP API GetCurrentConsoleFont() GetConsoleFontSize() are not
implemented.


-- 
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