Re: [Qemu-devel] [PATCH v3] Makes -full-screen option work on Mac OS X

2015-02-11 Thread Peter Maydell
On 20 January 2015 at 19:51, Programmingkid wrote: > This patch makes the -full-screen option actually instruct QEMU to > enter fullscreen at startup, on Mac OS X. > > Signed-off-by: John Arbuckle Reviewed-by: Peter Maydell and I'll apply this to my target-cocoa queue. Note to self: this shou

[Qemu-devel] [PATCH v3] Makes -full-screen option work on Mac OS X

2015-01-20 Thread Programmingkid
This patch makes the -full-screen option actually instruct QEMU to enter fullscreen at startup, on Mac OS X. Signed-off-by: John Arbuckle --- Eliminated compile warning. ui/cocoa.m |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index d37c2