From 2088e98a9def43b169038d51aa4f808e8dbe5365 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Mon, 28 Feb 2022 23:05:31 -0700 Subject: Remove old drawer routines --- include/graphics/lfb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/graphics/lfb.h') diff --git a/include/graphics/lfb.h b/include/graphics/lfb.h index 56981d2..17c85ac 100644 --- a/include/graphics/lfb.h +++ b/include/graphics/lfb.h @@ -12,7 +12,7 @@ void lfb_showpicture(void); void clear_screen(void); void draw_cpixel(unsigned long lx, unsigned long ly, unsigned int c); -void draw_cbox(unsigned long lx, unsigned long ly, unsigned char dx, unsigned char dy, unsigned int c); +void draw_cbox(unsigned long lx, unsigned long ly, unsigned int dx, unsigned int dy, unsigned int c); void draw_cbyte(unsigned char lx, unsigned char ly, unsigned char letter, unsigned int c); void draw_byte(unsigned char lx, unsigned char ly, unsigned char letter); -- cgit v1.2.1