21 Feb
2024
21 Feb
'24
6:11 p.m.
https://bugs.winehq.org/show_bug.cgi?id=56345 --- Comment #1 from Rafał Mużyło <galtgendo(a)o2.pl> --- ...a guess: before that commit, following bit was in effect for GdipDrawString: if(graphics->hdc) { hdc = graphics->hdc; } else { hdc = temp_hdc = CreateCompatibleDC(0); } Now that only graphics are passed to gdip_format_string later in that function, either something similar might be needed in gdip_format_string or some functions need to be decoupled. -- 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.