Make char and string width grub_size_t rather than grub_ssize_t.
This commit is contained in:
parent
0a7e52b2ed
commit
a28567364a
9 changed files with 22 additions and 18 deletions
|
@ -253,7 +253,7 @@ 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, void *getcharwidth_arg),
|
||||
grub_size_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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue