mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
ui: wire up legacy -show-cursor option
Set new show-cursor display option when legacy -show-cursor is specified on the command line. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
7027bdd77f
commit
09aa82ee7a
1 changed files with 2 additions and 0 deletions
2
vl.c
2
vl.c
|
@ -3554,6 +3554,8 @@ int main(int argc, char **argv, char **envp)
|
|||
break;
|
||||
case QEMU_OPTION_show_cursor:
|
||||
cursor_hide = 0;
|
||||
dpy.has_show_cursor = true;
|
||||
dpy.show_cursor = true;
|
||||
break;
|
||||
case QEMU_OPTION_uuid:
|
||||
if (qemu_uuid_parse(optarg, &qemu_uuid) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue