diff options
author | Akihiko Odaki <akihiko.odaki@daynix.com> | 2023-12-14 15:31:35 +0900 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-12-23 19:31:53 +0300 |
commit | 9ab8715d86bf4be6ff83db7b33b82b6d9a7cc120 (patch) | |
tree | 4e86bc73fc35770cf89853b331c6eb6c290b08f5 /qemu-options.hx | |
parent | d424db235434b8356c6b2d9420b846c7ddcc83ea (diff) |
qemu-options: Unify the help entries for cocoa
Apparently the help entries were not merged when the patches got in.
Fixes: f844cdb99714 ("ui/cocoa: capture all keys and combos when mouse is grabbed")
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 68f2c09b00..ef49b856d6 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2087,6 +2087,7 @@ DEF("display", HAS_ARG, QEMU_OPTION_display, #endif #if defined(CONFIG_COCOA) "-display cocoa[,full-grab=on|off][,swap-opt-cmd=on|off]\n" + " [,show-cursor=on|off][,left-command-key=on|off]\n" #endif #if defined(CONFIG_OPENGL) "-display egl-headless[,rendernode=<file>]\n" @@ -2095,9 +2096,6 @@ DEF("display", HAS_ARG, QEMU_OPTION_display, "-display dbus[,addr=<dbusaddr>]\n" " [,gl=on|core|es|off][,rendernode=<file>]\n" #endif -#if defined(CONFIG_COCOA) - "-display cocoa[,show-cursor=on|off][,left-command-key=on|off]\n" -#endif "-display none\n" " select display backend type\n" " The default display is equivalent to\n " |