Skip to content

Commit

Permalink
qemu-options: Unify the help entries for cocoa
Browse files Browse the repository at this point in the history
Apparently the help entries were not merged when the patches got in.

Fixes: f844cdb ("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>
  • Loading branch information
akihikodaki authored and Michael Tokarev committed Dec 23, 2023
1 parent d424db2 commit 9ab8715
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qemu-options.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2087,16 +2087,14 @@ 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"
#endif
#if defined(CONFIG_DBUS_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"
Expand Down

0 comments on commit 9ab8715

Please sign in to comment.