Re: [Qemu-devel] [PATCH v2] gtk: add zoom-to-fit to gtk options.

2018-08-26 Thread Markus Armbruster
Gerd Hoffmann writes: > This allows to set the option on the command line, i.e. "-display > gtk,zoom-to-fit={on,off}", overriding the default choosen by qemu. chosen > > Signed-off-by: Gerd Hoffmann > --- > ui/gtk.c | 8 > qapi/ui.json | 6 +- > 2 files changed, 13 insertions

[Qemu-devel] [PATCH v2] gtk: add zoom-to-fit to gtk options.

2018-08-24 Thread Gerd Hoffmann
This allows to set the option on the command line, i.e. "-display gtk,zoom-to-fit={on,off}", overriding the default choosen by qemu. Signed-off-by: Gerd Hoffmann --- ui/gtk.c | 8 qapi/ui.json | 6 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ui/gtk.c b/ui/g