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

2015-01-20 Thread Programmingkid
On Jan 14, 2015, at 12:09 PM, Peter Maydell wrote: > On 12 January 2015 at 16:46, Programmingkid wrote: >> This patch makes the -full-screen option actually instruct QEMU to enter >> fullscreen at startup. >> >> Signed-off-by: John Arbuckle >> >> --- >> Removed the set_to_full_screen variabl

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

2015-01-14 Thread Programmingkid
On Jan 14, 2015, at 12:09 PM, Peter Maydell wrote: > On 12 January 2015 at 16:46, Programmingkid wrote: >> This patch makes the -full-screen option actually instruct QEMU to enter >> fullscreen at startup. >> >> Signed-off-by: John Arbuckle >> >> --- >> Removed the set_to_full_screen variabl

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

2015-01-14 Thread Peter Maydell
On 12 January 2015 at 16:46, Programmingkid wrote: > This patch makes the -full-screen option actually instruct QEMU to enter > fullscreen at startup. > > Signed-off-by: John Arbuckle > > --- > Removed the set_to_full_screen variable. > Removed the scanForFullScreenOption() function. > > ui/co

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

2015-01-12 Thread Programmingkid
This patch makes the -full-screen option actually instruct QEMU to enter fullscreen at startup. Signed-off-by: John Arbuckle --- Removed the set_to_full_screen variable. Removed the scanForFullScreenOption() function. ui/cocoa.m |6 ++ 1 files changed, 6 insertions(+), 0 deletions(