Re: [PATCH] ui/cocoa: Do not automatically zoom for HiDPI

2024-03-22 Thread Peter Maydell
On Mon, 18 Mar 2024 at 09:02, Akihiko Odaki wrote: > > Cocoa automatically zooms for a HiDPI display like Retina and makes > the display blurry. Revert the automatic zooming. > > Signed-off-by: Akihiko Odaki > --- > ui/cocoa.m | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > >

[PATCH] ui/cocoa: Do not automatically zoom for HiDPI

2024-03-18 Thread Akihiko Odaki
Cocoa automatically zooms for a HiDPI display like Retina and makes the display blurry. Revert the automatic zooming. Signed-off-by: Akihiko Odaki --- ui/cocoa.m | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index fa879d7dcd4b..c5b3c28000ff