[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v11 3/6] ui/cocoa: Let the platform toggle fullscreen
From: |
Peter Maydell |
Subject: |
Re: [PATCH v11 3/6] ui/cocoa: Let the platform toggle fullscreen |
Date: |
Thu, 22 Feb 2024 16:56:51 +0000 |
On Sat, 17 Feb 2024 at 11:19, Akihiko Odaki <akihiko.odaki@daynix.com> 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 <akihiko.odaki@daynix.com>
> ---
> ui/cocoa.m | 423
> ++++++++++++++++++++++++++++++-------------------------------
> 1 file changed, 207 insertions(+), 216 deletions(-)
This is a big patch and I'm having difficulty figuring out what
it's doing. Is it possible to split it up a bit?
thanks
-- PMM
- [PATCH v11 0/6] ui/cocoa: Use NSWindow's ability to resize, Akihiko Odaki, 2024/02/17
- [PATCH v11 1/6] ui/cocoa: Release specific mouse buttons, Akihiko Odaki, 2024/02/17
- [PATCH v11 2/6] ui/cocoa: Scale with NSView instead of Core Graphics, Akihiko Odaki, 2024/02/17
- [PATCH v11 3/6] ui/cocoa: Let the platform toggle fullscreen, Akihiko Odaki, 2024/02/17
- Re: [PATCH v11 3/6] ui/cocoa: Let the platform toggle fullscreen,
Peter Maydell <=
- [PATCH v11 4/6] ui/cocoa: Make window resizable, Akihiko Odaki, 2024/02/17
- [PATCH v11 5/6] ui/cocoa: Call console_select() with the BQL, Akihiko Odaki, 2024/02/17
- [PATCH v11 6/6] ui/cocoa: Remove stretch_video flag, Akihiko Odaki, 2024/02/17