mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
ui: improve -show-cursor deprecation message
Specifically explain what users should do in case they don't use -display yet and depend on the qemu picking the ui for them. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20200407093617.10058-1-kraxel@redhat.com
This commit is contained in:
parent
d5c75ec500
commit
df2ac3cc12
@ -3531,8 +3531,10 @@ void qemu_init(int argc, char **argv, char **envp)
|
||||
no_shutdown = 1;
|
||||
break;
|
||||
case QEMU_OPTION_show_cursor:
|
||||
warn_report("The -show-cursor option is deprecated, "
|
||||
"use -display {sdl,gtk},show-cursor=on instead");
|
||||
warn_report("The -show-cursor option is deprecated. Please "
|
||||
"add show-cursor=on to your -display options.");
|
||||
warn_report("When using the default display you can use "
|
||||
"-display default,show-cursor=on");
|
||||
dpy.has_show_cursor = true;
|
||||
dpy.show_cursor = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user