aboutsummaryrefslogtreecommitdiff
path: root/host/main.h
diff options
context:
space:
mode:
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 cf1dba7..5ace45e 100644
--- a/host/main.h
+++ b/host/main.h
@@ -5,6 +5,6 @@
#include "font.h"
framebuffer_t *framebuffer_render_text(char *s, glyphtable_t *glyph_table);
-void console_render_buffer(framebuffer_t *fb);
+void console_render_buffer(color_t *data, size_t w, size_t h);
#endif//__MAIN_H__