Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Adds console items to the View menu

2015-05-10 Thread Peter Maydell
On 14 February 2015 at 15:50, Programmingkid wrote: > Adds these items to the View menu: > VGA > Monitor > Serial > Parallel > > Signed-off-by: John Arbuckle > +// Creates the view menu > +static void create_view_menu() > +{ > +NSMenu * menu; > +NSMenuItem * menuItem; > +menu = [[NSM

[Qemu-devel] [PATCH v3] ui/cocoa.m: Adds console items to the View menu

2015-02-14 Thread Programmingkid
Adds these items to the View menu: VGA Monitor Serial Parallel Signed-off-by: John Arbuckle --- Removed commented out code. include/ui/console.h |1 + ui/cocoa.m | 60 - ui/console.c | 38 +++