From 4ada94d4db995ebf150dd3ecfc8efd3241a6ff84 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 28 Nov 2019 21:26:22 +0100 Subject: Made font external module --- src/kernel/graphics/vesa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/kernel/graphics/vesa.h') diff --git a/src/kernel/graphics/vesa.h b/src/kernel/graphics/vesa.h index c2a0501..4ec80a4 100644 --- a/src/kernel/graphics/vesa.h +++ b/src/kernel/graphics/vesa.h @@ -185,6 +185,8 @@ void vesa_draw_cursor(int x, int y); */ void vesa_set_color(uint32_t color); +void font_install(); + /** * An enum with vesa colors * From https://github.com/joshdick/onedark.vim/ License: MIT -- cgit v1.2.3