Re: [Qemu-devel] [PATCH 1/2] gtk: make it possible to hide the menu bar

2018-05-15 Thread Gerd Hoffmann
On Fri, May 11, 2018 at 01:07:38AM +0200, Peter Wu wrote: > Saves some space and disables the F10 button as side-effect. Added to ui patch queue. thanks, Gerd

[Qemu-devel] [PATCH 1/2] gtk: make it possible to hide the menu bar

2018-05-10 Thread Peter Wu
Saves some space and disables the F10 button as side-effect. Fixes: https://bugs.launchpad.net/qemu/+bug/1726910 Signed-off-by: Peter Wu --- ui/gtk.c | 46 +- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/ui/gtk.c b/ui/gtk.c index bb321