9 May
2023
9 May
'23
7:12 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/edit.c:
+ HFONT current; + SIZE size; + + if (!es->composition_text) + return 0; + count = wcslen(es->composition_text); + + ssa = EDIT_UpdateUniscribeData_composition(es, dc, count); + if (ssa) + { + ScriptStringOut(ssa, x, y, 0, &es->format_rect, 0, count, FALSE); + ScriptStringCPtoX(ssa, count - 1, TRUE, &ret); + return ret; + } + + current = GetCurrentObject(dc,OBJ_FONT); Formatting. Please put a space after the comma.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2743#note_32214