From dfaec241d90068408d266be121a8098015cafd1c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 24 Feb 2026 09:12:14 +0530 Subject: [PATCH] ... --- kitty/fonts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/fonts.c b/kitty/fonts.c index 523dd241e..a080efb94 100644 --- a/kitty/fonts.c +++ b/kitty/fonts.c @@ -1153,7 +1153,7 @@ apply_horizontal_alignment(pixel *canvas, RunFont rf, bool center_glyph, GlyphRe static void render_group( - FontGroup *fg, unsigned int num_cells, unsigned int num_glyphs, CPUCell *cpu_cells, GPUCell *gpu_cells, + FontGroup *fg, unsigned num_cells, unsigned num_glyphs, CPUCell *cpu_cells, GPUCell *gpu_cells, hb_glyph_info_t *info, hb_glyph_position_t *positions, RunFont rf, glyph_index *glyphs, unsigned glyph_count, bool center_glyph, const TextCache *tc, float scale, FontCellMetrics unscaled_metrics ) {