wm: teppich

Download patch

ref: d38c96a3fc6d0dbc47627772aa9ed4cd556bf8ef
parent: f34b2877d85d37c328948262255c96bfe69cba10
author: mkf <mkf@cloud9p.org>
date: Wed Dec 6 18:38:26 EST 2023

vga_gencolor and vga_char shouldn't be available anyawy

--- a/include/vga.h
+++ b/include/vga.h
@@ -31,8 +31,6 @@
 	WHITE,
 };
 
-static uint8 vga_gencolor(int fg, int bg);
-static uint16 vga_char(unsigned char c, uint8 color);
 void vga_clear(char c);
 void vga_init(void);
 void vga_writeto(char c, uint8 color, int x, int y);