From 608d6cac9eb6df2bf232ce955d81dfba63b9570b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 22 Jan 2014 13:57:07 +0000 Subject: [fbcon] Allow for an arbitrary margin around the text area Signed-off-by: Michael Brown --- src/include/ipxe/fbcon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/ipxe/fbcon.h') diff --git a/src/include/ipxe/fbcon.h b/src/include/ipxe/fbcon.h index 007e7e726..0538449ac 100644 --- a/src/include/ipxe/fbcon.h +++ b/src/include/ipxe/fbcon.h @@ -145,6 +145,7 @@ struct fbcon { extern int fbcon_init ( struct fbcon *fbcon, userptr_t start, struct fbcon_geometry *pixel, + struct fbcon_margin *margin, struct fbcon_colour_map *map, struct fbcon_font *font, struct pixel_buffer *pixbuf ); -- cgit v1.2.3-55-g7522