mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-21 06:36:02 +00:00
typo
This commit is contained in:
parent
8176f661ea
commit
28c154ecf0
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ render_glyphs(CTFontRef font, unsigned int width, unsigned int height, unsigned
|
|||
CGContextSetTextPosition(render_ctx, 0, height - baseline);
|
||||
CTFontDrawGlyphs(font, glyphs, positions, num_glyphs, render_ctx);
|
||||
CGContextRelease(render_ctx);
|
||||
GColorSpaceRelease(gray_color_space);
|
||||
CGColorSpaceRelease(gray_color_space);
|
||||
}
|
||||
|
||||
static inline bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue