mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
[fbcon] Add support for displaying a cursor
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user