On Jan 12, 2015, at 11:10 AM, Peter Maydell wrote:
> On 12 January 2015 at 00:31, Programmingkid wrote:
>> This patch makes the -full-screen option work under Mac OS X.
>>
>> Signed-off-by: John Arbuckle
>
>> +// Looks for the -full-screen option being sent to QEMU
>> +static void scanForFull
On 12 January 2015 at 00:31, Programmingkid wrote:
> This patch makes the -full-screen option work under Mac OS X.
>
> Signed-off-by: John Arbuckle
> +// Looks for the -full-screen option being sent to QEMU
> +static void scanForFullScreenOption(int argc, char * argv[])
> +{
> + set_to_full_scre
This patch makes the -full-screen option work under Mac OS X.
Signed-off-by: John Arbuckle
---
ui/cocoa.m | 23 +++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/ui/cocoa.m b/ui/cocoa.m
index 685081e..3a70cfc 100644
--- a/ui/cocoa.m
+++ b/ui/cocoa.m
@@ -