From 45ce8728224caa44d31dca3117992b193fa3cd98 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 19 Oct 2018 02:41:53 +0200 Subject: window manager continued --- userspace/xterm/vesa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'userspace/xterm/vesa.h') diff --git a/userspace/xterm/vesa.h b/userspace/xterm/vesa.h index 16a52f1..ac3257e 100644 --- a/userspace/xterm/vesa.h +++ b/userspace/xterm/vesa.h @@ -1,2 +1,3 @@ void vesa_update_cursor(uint32_t col,uint32_t row); void vesa_console_put_char(uint8_t c,uint8_t color_bg, uint8_t color_fg, uint32_t x, uint32_t y); +uint32_t vesa_init(int w,int h, int fb, char *fontname); -- cgit v1.2.3