[Bug 7712] WeatherScope window title bars (including dialogs) only display 1 character

Wine Bugs wine-bugs at winehq.org
Fri Mar 16 11:27:38 CDT 2007


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





------- Additional Comments From mikolaj.zalewski at gmail.com  2007-16-03 11:27 -------
There is no problem with calling CreateWindowExA for a Unicode class but calling
DefWindowProcA in a Unicode winproc is wrong. If it works under Windows I'd
guess native does something like this in DefWindowProcA:

if (IsWindowUnicode(hwnd))
    return DefWindowProcW(hwnd msg, wParam, lParam);

But it should be checked before changing it in wine. Another posibility is that
WM_NCCREATE shouldn't set the window name but I'd guess the one who wrote it
knew what he is doing.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list