mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
typo
This commit is contained in:
@@ -377,7 +377,7 @@ render_glyphs(CTFontRef font, unsigned int width, unsigned int height, unsigned
|
|||||||
CGContextSetTextPosition(render_ctx, 0, height - baseline);
|
CGContextSetTextPosition(render_ctx, 0, height - baseline);
|
||||||
CTFontDrawGlyphs(font, glyphs, positions, num_glyphs, render_ctx);
|
CTFontDrawGlyphs(font, glyphs, positions, num_glyphs, render_ctx);
|
||||||
CGContextRelease(render_ctx);
|
CGContextRelease(render_ctx);
|
||||||
GColorSpaceRelease(gray_color_space);
|
CGColorSpaceRelease(gray_color_space);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline bool
|
static inline bool
|
||||||
|
|||||||
Reference in New Issue
Block a user