aboutsummaryrefslogtreecommitdiff
path: root/host/main.h
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-02-16 11:57:21 +0100
committerjaseg <jaseg@jaseg.net>2014-02-16 11:57:54 +0100
commit9934f27cc16e8a2da43033a1f957761e00db4916 (patch)
tree217e92d44322d5b1c08e835f775e11ef3ffd9910 /host/main.h
parent900a9c38e38e5ecb0b2c69a344665b03f148124b (diff)
downloadmatelight-9934f27cc16e8a2da43033a1f957761e00db4916.tar.gz
matelight-9934f27cc16e8a2da43033a1f957761e00db4916.tar.bz2
matelight-9934f27cc16e8a2da43033a1f957761e00db4916.zip
The fundamentals of the new ctypes interface are working
Diffstat (limited to 'host/main.h')
-rw-r--r--host/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/main.h b/host/main.h
index 98c4ded..cf1dba7 100644
--- a/host/main.h
+++ b/host/main.h
@@ -4,7 +4,7 @@
#include "color.h"
#include "font.h"
-framebuffer_t *framebuffer_render_text(char *s, glyph_t **glyph_table, unsigned int glyph_table_size);
+framebuffer_t *framebuffer_render_text(char *s, glyphtable_t *glyph_table);
void console_render_buffer(framebuffer_t *fb);
#endif//__MAIN_H__