patches: fix two more compile errors

- Remove f->child_frame_list (field does not exist in struct frame)
- Fix dangling else-if after goto label (skip_overlay_scan)
This commit is contained in:
2026-03-01 04:33:35 +01:00
parent 3d2fa7a54e
commit bc71e58123
9 changed files with 76 additions and 74 deletions

View File

@@ -1,4 +1,4 @@
From 19a7509084e919d229267f835d86c31d97fb9784 Mon Sep 17 00:00:00 2001
From 9e13d137b009d4c2ecd2b6f55afa672637e8d62c Mon Sep 17 00:00:00 2001
From: Martin Sukany <martin@sukany.cz>
Date: Sat, 28 Feb 2026 12:58:11 +0100
Subject: [PATCH 5/9] ns: add interactive span elements for Tab navigation
@@ -17,10 +17,10 @@ Tested on macOS 14. Verified: Tab-cycling through org-mode links,
1 file changed, 286 insertions(+)
diff --git a/src/nsterm.m b/src/nsterm.m
index d7e6660..7fc542b 100644
index ab619ab..217f4f8 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -9206,6 +9206,292 @@ - (NSRect)accessibilityFrame
@@ -9204,6 +9204,292 @@ - (NSRect)accessibilityFrame
@end