May 8, 2026
3:11 p.m.
Aric Stewart (@aricstewart) commented about dlls/riched20/wrap.c:
if (!run->glyphs) { - run->max_glyphs = 1.5 * run->len + 16; /* This is suggested in the uniscribe documentation */ + run->max_glyphs = 2 * run->len + 16;
This feels unrelated to the rest of this change and likely should be its own little patch. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10844#note_139216