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/console.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/include/ipxe/console.h') diff --git a/src/include/ipxe/console.h b/src/include/ipxe/console.h index ab39cbfc1..6696a5b8d 100644 --- a/src/include/ipxe/console.h +++ b/src/include/ipxe/console.h @@ -28,6 +28,14 @@ struct console_configuration { unsigned int height; /** Colour depth */ unsigned int bpp; + /** Left margin */ + unsigned int left; + /** Right margin */ + unsigned int right; + /** Top margin */ + unsigned int top; + /** Bottom margin */ + unsigned int bottom; /** Background picture, if any */ struct pixel_buffer *pixbuf; }; -- cgit v1.2.3-55-g7522