diff options
author | Michael Brown <mcb30@ipxe.org> | 2014-01-22 13:57:07 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2014-01-22 14:26:31 +0000 |
commit | 608d6cac9eb6df2bf232ce955d81dfba63b9570b (patch) | |
tree | 8b473d2a137e9091efd835219b56c5f9e33b49dc /src/include/ipxe/fbcon.h | |
parent | 7fc380e95051a038fe2545d1f0335cfc386a127f (diff) | |
download | ipxe-608d6cac9eb6df2bf232ce955d81dfba63b9570b.tar.gz |
[fbcon] Allow for an arbitrary margin around the text area
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/fbcon.h')
-rw-r--r-- | src/include/ipxe/fbcon.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |