aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy.h
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/teensy.h')
-rw-r--r--teensy/teensy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/teensy.h b/teensy/teensy.h
index 0e36a6e..2e172c1 100644
--- a/teensy/teensy.h
+++ b/teensy/teensy.h
@@ -136,7 +136,7 @@ void ty_img_set_pixel(
);
void ty_font_add_glyph(ty_Font *font, uint8_t c, ty_Image img);
-int ty_font_width(ty_Font *font, const char *fmt, ...);
+int ty_font_width(const ty_Font *font, const char *fmt, ...);
// Pass NULL to restore the screen.
void ty_draw_set_target(const ty_Image *img);