Re: [PATCH v12 06/10] ui/cocoa: Let the platform toggle fullscreen

2024-02-26 Thread Peter Maydell
On Sat, 24 Feb 2024 at 12:44, Akihiko Odaki wrote: > > It allows making the window full screen by clicking full screen button > provided by the platform (the left-top green button) and save some code. > > Signed-off-by: Akihiko Odaki > --- > ui/cocoa.m | 408 > +++---

[PATCH v12 06/10] ui/cocoa: Let the platform toggle fullscreen

2024-02-24 Thread Akihiko Odaki
It allows making the window full screen by clicking full screen button provided by the platform (the left-top green button) and save some code. Signed-off-by: Akihiko Odaki --- ui/cocoa.m | 408 +++-- 1 file changed, 181 insertions(+), 227