[fbcon] Add support for displaying a cursor

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2013-12-02 17:27:37 +00:00
parent fb6edd4e13
commit a2638a8edd
2 changed files with 97 additions and 25 deletions

View File

@@ -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,