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

2018-08-24 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. > > Signed-off-by: Gerd Hoffmann > --- > ui/gtk.c | 8 > qapi/ui.json | 3 ++- > 2 files changed, 10 insertions(+), 1 delet

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

2018-08-23 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 | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ui/gtk.c b/ui/gtk.