[Bug 5814] FontSize does not change for VB6 application

Wine Bugs wine-bugs at winehq.org
Thu Aug 3 05:53:33 CDT 2006


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





------- Additional Comments From rob at codeweavers.com  2006-03-08 05:53 -------
No, fontLock should be moved inside the per-HFONT list-entry. So each one should
look like this:
{
    struct list entry;
    HFONT hfont;
    LONG refs;
}

Then AddRefHFont should lookup the font handle and increment refs, while
ReleaseHFont should lookup the font handle and decrement refs, deleting the
entry if it reaches zero.

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