diff options
Diffstat (limited to 'include/graphics')
-rw-r--r-- | include/graphics/lfb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/graphics/lfb.h b/include/graphics/lfb.h index 8184959..dec9aad 100644 --- a/include/graphics/lfb.h +++ b/include/graphics/lfb.h @@ -6,7 +6,7 @@ #define DRAW64(x,y,v) draw_hex32(x,y,v>>32);draw_hex32(x+8,y,v); -void lfb_init(void); +void lfb_init(unsigned long w, unsigned long h); void lfb_showpicture(void); void clear_screen(void); |