diff options
Diffstat (limited to 'src/font.h')
-rw-r--r-- | src/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,6 +37,6 @@ font_get_height(struct font *font) __attribute__((pure)); void font_render(struct font *font, png_const_colorp fg, png_const_colorp bg, - char ch, png_bytepp rows, int row, int col); + unsigned char ch, png_bytepp rows, int row, int col); #endif /* FONT_H_ */ |