aboutsummaryrefslogtreecommitdiff
path: root/host/matelight/font.h
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-01-02 15:55:36 +0100
committerjaseg <jaseg@jaseg.net>2014-01-02 15:55:36 +0100
commit2ce31fb1333ce6a8ffe62c49cb9f42aac5547ae2 (patch)
treec73df7fd19fb1ae43a6db189e5f567238293adf7 /host/matelight/font.h
parent6d84637d7e34dbbda8a4192b17a274810a55adc3 (diff)
downloadmatelight-2ce31fb1333ce6a8ffe62c49cb9f42aac5547ae2.tar.gz
matelight-2ce31fb1333ce6a8ffe62c49cb9f42aac5547ae2.tar.bz2
matelight-2ce31fb1333ce6a8ffe62c49cb9f42aac5547ae2.zip
mbrtowc behaves strange. or i'm just dumb.
Diffstat (limited to 'host/matelight/font.h')
-rw-r--r--host/matelight/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/matelight/font.h b/host/matelight/font.h
index 6213eb4..658609a 100644
--- a/host/matelight/font.h
+++ b/host/matelight/font.h
@@ -17,5 +17,5 @@ typedef struct {
int read_bdf(FILE *f, glyph_t **glyph_table, unsigned int glyph_table_size);
// Requires buf to point to a buffer at least of size glyph->width*glyph->height.
-void render_glyph(glyph_t *glyph, char *buf, unsigned int bufwidth, unsigned int offx, unsigned int offy);
+void render_glyph(glyph_t *glyph, uint8_t *buf, unsigned int bufwidth, unsigned int offx, unsigned int offy);