[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 12/15] qemu-options.hx: Add zoom-to-fit to option summary for gtk
From: |
Michael Tokarev |
Subject: |
[PULL 12/15] qemu-options.hx: Add zoom-to-fit to option summary for gtk |
Date: |
Tue, 13 Feb 2024 11:01:48 +0300 |
From: BALATON Zoltan <balaton@eik.bme.hu>
The detailed help lists zoom-to-fit as valid option but it is missing
from the short option summary. Add it there too.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
qemu-options.hx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qemu-options.hx b/qemu-options.hx
index aec2328736..8547254dbf 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2085,7 +2085,7 @@ DEF("display", HAS_ARG, QEMU_OPTION_display,
#if defined(CONFIG_GTK)
"-display gtk[,full-screen=on|off][,gl=on|off][,grab-on-hover=on|off]\n"
"
[,show-tabs=on|off][,show-cursor=on|off][,window-close=on|off]\n"
- " [,show-menubar=on|off]\n"
+ " [,show-menubar=on|off][,zoom-to-fit=on|off]\n"
#endif
#if defined(CONFIG_VNC)
"-display vnc=<display>[,<optargs>]\n"
--
2.39.2
- [PULL 01/15] hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize(), (continued)
- [PULL 01/15] hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize(), Michael Tokarev, 2024/02/13
- [PULL 02/15] hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize(), Michael Tokarev, 2024/02/13
- [PULL 07/15] MAINTAINERS: Cover qapi/cxl.json, Michael Tokarev, 2024/02/13
- [PULL 09/15] qemu-nbd: mention --tls-hostname option in qemu-nbd --help, Michael Tokarev, 2024/02/13
- [PULL 04/15] hw/arm/smmuv3: Consolidate the use of device_class_set_parent_realize(), Michael Tokarev, 2024/02/13
- [PULL 05/15] hw/smbios: Fix OEM strings table option validation, Michael Tokarev, 2024/02/13
- [PULL 06/15] hw/smbios: Fix port connector option validation, Michael Tokarev, 2024/02/13
- [PULL 03/15] hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize(), Michael Tokarev, 2024/02/13
- [PULL 08/15] MAINTAINERS: Cover qapi/stats.json, Michael Tokarev, 2024/02/13
- [PULL 10/15] iothread: Simplify expression in qemu_in_iothread(), Michael Tokarev, 2024/02/13
- [PULL 12/15] qemu-options.hx: Add zoom-to-fit to option summary for gtk,
Michael Tokarev <=
- [PULL 11/15] qemu-options.hx: document that tftp=dir is readonly, Michael Tokarev, 2024/02/13
- [PULL 13/15] system: Move memory_ldst.c.inc to system, Michael Tokarev, 2024/02/13
- [PULL 14/15] cpu-target: Include missing 'exec/memory.h' header, Michael Tokarev, 2024/02/13
- [PULL 15/15] monitor/target: Include missing 'exec/memory.h' header, Michael Tokarev, 2024/02/13
- Re: [PULL 00/15] Trivial patches for 2024-02-13, Peter Maydell, 2024/02/13