From 046ea8cf7ebaea1cf6f26548aa6e8da9b88f27a7 Mon Sep 17 00:00:00 2001 From: Daneel Date: Thu, 26 Feb 2026 12:56:23 +0100 Subject: [PATCH] v15: add @synthesize for MRC ivar access (no underscore prefix) --- ...-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch b/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch index 88e7e8d..c2652f3 100644 --- a/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch +++ b/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch @@ -321,6 +321,12 @@ index 932d209..dd134dd 100644 + + +@implementation EmacsAccessibilityBuffer ++@synthesize cachedText; ++@synthesize cachedTextModiff; ++@synthesize cachedTextStart; ++@synthesize cachedModiff; ++@synthesize cachedPoint; ++@synthesize cachedMarkActive; + +- (void)dealloc +{