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 8e51291..8cb7216 100644 --- a/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch +++ b/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch @@ -2076,7 +2076,7 @@ index 932d209..da40369 100644 - (void)keyDown: (NSEvent *)theEvent { -@@ -8237,6 +9838,28 @@ ns_in_echo_area (void) +@@ -8237,6 +9836,28 @@ ns_in_echo_area (void) XSETFRAME (event.frame_or_window, emacsframe); kbd_buffer_store_event (&event); ns_send_appdefined (-1); // Kick main loop @@ -2105,7 +2105,7 @@ index 932d209..da40369 100644 } -@@ -9474,6 +11097,298 @@ ns_in_echo_area (void) +@@ -9474,6 +11095,298 @@ ns_in_echo_area (void) return fs_state; } @@ -2404,7 +2404,7 @@ index 932d209..da40369 100644 @end /* EmacsView */ -@@ -9941,6 +11856,14 @@ nswindow_orderedIndex_sort (id w1, id w2, void *c) +@@ -9941,6 +11854,14 @@ nswindow_orderedIndex_sort (id w1, id w2, void *c) return [super accessibilityAttributeValue:attribute]; }