Re: [PATCH v7] ui/cocoa: Use NSWindow's ability to resize

2023-12-19 Thread Marek Glogowski
>>> --- Ursprüngliche Nachricht --- >>>> Von: Akihiko Odaki >>>> Datum: 17.12.2023 07:25:52 >>>> An: Peter Maydell , Philippe Mathieu-Daudé >>> , Gerd Hoffmann , Marc-André >>> Lureau , Marek Glogowski >>> >>>>

Re: [PATCH v6] ui/cocoa: Use NSWindow's ability to resize

2023-12-16 Thread Marek Glogowski
Hi I think I may have found a small error > if (opts->u.cocoa.has_zoom_to_fit && opts->u.cocoa.zoom_to_fit) { +[normalWindow setStyleMask:[normalWindow styleMask] & ~NSWindowStyleMaskResizable]; it should probably be so, because the window never goes into a good mode [normalWind

Re: [PATCH v6] ui/cocoa: Use NSWindow's ability to resize

2023-12-12 Thread Marek Glogowski
Thank you for the information. I know you're busy so I appreciate you taking the time to do a quick check :-) Marek Głogowski wt., 12 gru 2023 o 09:28 Akihiko Odaki napisał(a): > On 2023/12/12 17:04, Marek Glogowski wrote: > > Hi > > > > I checked on the emulation

Re: [PATCH v6] ui/cocoa: Use NSWindow's ability to resize

2023-12-12 Thread Marek Glogowski
Hi I checked on the emulation "qemu-system-ppc -machine pegasos". Full-screen seems to work fine. The screen is correctly initialised in full-screen mode and there are no problems with closing the window when the session is suspended. With this series of patches, there is also the option "Move to"