aboutsummaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/vesa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/vesa.h b/src/inc/vesa.h
index 661ab16..c4863f1 100644
--- a/src/inc/vesa.h
+++ b/src/inc/vesa.h
@@ -45,6 +45,6 @@ struct vbe {
struct vbe *vbe;
-void vesa_clear(const u32 color[3]);
+void vesa_fill(const u8 color[3]);
#endif