May 20, 2026
11:40 a.m.
On Wed May 20 11:39:15 2026 +0000, Aric Stewart wrote:
It is not really the glyph it is the index to the glyph. The glyph itself is `glyphs[next_glyph_index]` so personally I think calling it `mark2_glyph` would be confusing. And `next` is just meaning next to look at not really next in direction. It all depends on the write_dir if that is to the left or to the right. Since it is - write_dir I can see an argument for `previous_glyph_index` would that be more clear?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10660#note_140781