fix: add missing 'static BOOL' return type to ns_ax_find_completion_overlay_range

The function definition lacked a return type, causing:
  nsterm.m:7149:1: error: a type specifier is required for all declarations

Added 'static BOOL' — the function returns YES/NO and is file-scoped.
Updated patch line counts in header and README accordingly.
This commit is contained in:
2026-02-27 15:21:47 +01:00
parent 0b43fd25e3
commit d29a33fcfb
2 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ EMACS NS VOICEOVER ACCESSIBILITY PATCH
patch: 0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch
author: Martin Sukany <martin@sukany.cz>
files: src/nsterm.h (+108 lines)
src/nsterm.m (+2560 ins, -140 del, +2420 net)
src/nsterm.m (+2561 ins, -140 del, +2421 net)
OVERVIEW