diff options
| author | Michael Brown | 2013-12-02 18:27:37 +0100 |
|---|---|---|
| committer | Michael Brown | 2013-12-02 18:27:37 +0100 |
| commit | a2638a8edd28e15d90435a0b1aed9b3215666aa4 (patch) | |
| tree | be2c9ad3ab2bad4a63fb897318bc5ad98317cb79 /src/include/ipxe/fbcon.h | |
| parent | [menu] Hide cursor when displaying menu (diff) | |
| download | ipxe-a2638a8edd28e15d90435a0b1aed9b3215666aa4.tar.gz ipxe-a2638a8edd28e15d90435a0b1aed9b3215666aa4.tar.xz ipxe-a2638a8edd28e15d90435a0b1aed9b3215666aa4.zip | |
[fbcon] Add support for displaying a cursor
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/fbcon.h')
| -rw-r--r-- | src/include/ipxe/fbcon.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
