From a2638a8edd28e15d90435a0b1aed9b3215666aa4 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 2 Dec 2013 17:27:37 +0000 Subject: [fbcon] Add support for displaying a cursor Signed-off-by: Michael Brown --- src/include/ipxe/fbcon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/ipxe/fbcon.h b/src/include/ipxe/fbcon.h index 913a7feaf..603e52ca9 100644 --- a/src/include/ipxe/fbcon.h +++ b/src/include/ipxe/fbcon.h @@ -147,6 +147,8 @@ struct fbcon { struct fbcon_text text; /** Background picture */ struct fbcon_picture picture; + /** Display cursor */ + int show_cursor; }; extern int fbcon_init ( struct fbcon *fbcon, userptr_t start, -- cgit v1.2.3-55-g7522