From 12869677e7fbbd24bb1513d18a0a89ee28d0f4e1 Mon Sep 17 00:00:00 2001 From: Daneel Date: Mon, 23 Feb 2026 09:22:51 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20hunk=20line=20count=20in=20pat?= =?UTF-8?q?ch=20(83=E2=86=9291)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...1-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a318fed..6751ab4 100644 --- a/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch +++ b/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch @@ -62,7 +62,7 @@ index 932d209..c900d71 100644 ns_focus (f, NULL, 0); NSGraphicsContext *ctx = [NSGraphicsContext currentContext]; -@@ -9474,6 +9483,83 @@ - (int) fullscreenState +@@ -9474,6 +9483,91 @@ - (int) fullscreenState return fs_state; }