initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- a/zathura-pdf-mupdf/search.c 2022-08-22 23:00:38.000000000 +0200
+++ b/zathura-pdf-mupdf/search.c 2024-11-20 03:18:05.987378393 +0100
@@ -40,8 +40,7 @@
}
fz_quad* hit_bbox = fz_malloc_array(mupdf_page->ctx, N_SEARCH_RESULTS, fz_quad);
- int num_results = fz_search_stext_page(mupdf_page->ctx, mupdf_page->text,
- text, NULL, hit_bbox, N_SEARCH_RESULTS);
+ int num_results = fz_search_stext_page(mupdf_page->ctx, mupdf_page->text, text, hit_bbox, N_SEARCH_RESULTS);
fz_rect r;
for (int i = 0; i < num_results; i++) {