Re: [Qemu-devel] [PATCH] gtk: implement -full-screen and -no-frame

2013-06-10 Thread Kevin Wolf
Am 10.06.2013 um 14:43 hat Peter Wu geschrieben: > On Monday 10 June 2013 14:33:28 Kevin Wolf wrote: > > Am 09.06.2013 um 12:30 hat Peter Wu geschrieben: > > > --- a/include/ui/console.h > > > +++ b/include/ui/console.h > > > @@ -339,6 +339,6 @@ int index_from_keycode(int code); > > > > > > > > >

Re: [Qemu-devel] [PATCH] gtk: implement -full-screen and -no-frame

2013-06-10 Thread Peter Wu
On Monday 10 June 2013 14:33:28 Kevin Wolf wrote: > Am 09.06.2013 um 12:30 hat Peter Wu geschrieben: > > Aiming for GTK as replacement for SDL, features like -full-screen and > > -no-frame should also be implemented. > > > > > > > > Bringing the window into full-screen mode is done by faking activ

Re: [Qemu-devel] [PATCH] gtk: implement -full-screen and -no-frame

2013-06-10 Thread Kevin Wolf
Am 09.06.2013 um 12:30 hat Peter Wu geschrieben: > Aiming for GTK as replacement for SDL, features like -full-screen and > -no-frame > should also be implemented. > > Bringing the window into full-screen mode is done by faking activating the > full > screen menu item with a NULL menu item (which

Re: [Qemu-devel] [PATCH] gtk: implement -full-screen and -no-frame

2013-06-09 Thread Peter Wu
On Sunday 09 June 2013 13:33:14 Anthony Liguori wrote: > On Sun, Jun 9, 2013 at 5:30 AM, Peter Wu wrote: > > Aiming for GTK as replacement for SDL, features like -full-screen and > > -no-frame should also be implemented. > > > > Bringing the window into full-screen mode is done by faking activati

Re: [Qemu-devel] [PATCH] gtk: implement -full-screen and -no-frame

2013-06-09 Thread Anthony Liguori
On Sun, Jun 9, 2013 at 5:30 AM, Peter Wu wrote: > Aiming for GTK as replacement for SDL, features like -full-screen and > -no-frame > should also be implemented. > > Bringing the window into full-screen mode is done by faking activating the > full > screen menu item with a NULL menu item (which

[Qemu-devel] [PATCH] gtk: implement -full-screen and -no-frame

2013-06-09 Thread Peter Wu
Aiming for GTK as replacement for SDL, features like -full-screen and -no-frame should also be implemented. Bringing the window into full-screen mode is done by faking activating the full screen menu item with a NULL menu item (which currently is not used by gd_menu_full_screen). This is done afte