]> git.proxmox.com Git - mirror_qemu.git/commit
artist: Allow to turn cursor on or off
authorHelge Deller <deller@gmx.de>
Wed, 11 May 2022 10:28:30 +0000 (12:28 +0200)
committerHelge Deller <deller@gmx.de>
Mon, 16 May 2022 13:58:22 +0000 (15:58 +0200)
commita377b574eb2cbcbff3fc579529e0f1b2fbda8af8
tree03be8d71abb684546501ff00b82ec50ee7675b6d
parent482afe020b558d36d3b863970ad1672981b22d48
artist: Allow to turn cursor on or off

Bit 0x80 in the cursor_cntrl register specifies if the cursor
should be visible. Prevent rendering the cursor if it's invisible.

Signed-off-by: Helge Deller <deller@gmx.de>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/display/artist.c