summaryrefslogtreecommitdiffstats
path: root/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h
index 4cd7da1..5461459 100644
--- a/src/font.h
+++ b/src/font.h
@@ -45,6 +45,6 @@ font_get_height(const struct font *font) __attribute__((pure));
void
font_render(const struct font *font, png_const_colorp fg, png_const_colorp bg,
- unsigned char ch, png_bytepp rows, int row, int col);
+ unsigned char ch, png_byte **rows, int row, int col);
#endif /* FONT_H_ */