* grub-core/normal/charset.c (grub_bidi_logical_to_visual): Add
hook pass-through parameter. All users updated and unnested.
This commit is contained in:
parent
74a2742144
commit
19e29ee1a9
4 changed files with 19 additions and 14 deletions
|
@ -240,7 +240,8 @@ grub_ssize_t
|
|||
grub_bidi_logical_to_visual (const grub_uint32_t *logical,
|
||||
grub_size_t logical_len,
|
||||
struct grub_unicode_glyph **visual_out,
|
||||
grub_ssize_t (*getcharwidth) (const struct grub_unicode_glyph *visual),
|
||||
grub_ssize_t (*getcharwidth) (const struct grub_unicode_glyph *visual, void *getcharwidth_arg),
|
||||
void *getcharwidth_arg,
|
||||
grub_size_t max_width,
|
||||
grub_size_t start_width, grub_uint32_t codechar,
|
||||
struct grub_term_pos *pos,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue