qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs
Date: Fri, 3 May 2024 14:56:31 +0200
User-agent: Mozilla Thunderbird

On 2/5/24 16:29, Peter Maydell wrote:
We only support the most recent two versions of macOS (currently
macOS 13 Ventura and macOS 14 Sonoma), and our ui/cocoa.m code
already assumes at least macOS 12 Monterey or better, because it uses
NSScreen safeAreaInsets, which is 12.0-or-newer.

Remove the ifdefs that were providing backwards compatibility for
building on 10.12 and earlier versions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
  ui/cocoa.m | 13 -------------
  1 file changed, 13 deletions(-)

Thanks, patch queued.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]