summaryrefslogtreecommitdiff
path: root/platform/gl/gl-main.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-10-24 19:14:34 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-10-26 18:46:43 +0200
commit7025f65f92d7b7f3547324ea944080fb804083f4 (patch)
tree962c8cbd48368b19ad191b955ce8851185d69194 /platform/gl/gl-main.c
parentde085341deeb2b279b9afb72b03e1d7a097a7b0a (diff)
downloadmupdf-7025f65f92d7b7f3547324ea944080fb804083f4.tar.xz
gl: Show more search result hits.
Diffstat (limited to 'platform/gl/gl-main.c')
-rw-r--r--platform/gl/gl-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/gl/gl-main.c b/platform/gl/gl-main.c
index 0f14667c..34d061be 100644
--- a/platform/gl/gl-main.c
+++ b/platform/gl/gl-main.c
@@ -193,7 +193,7 @@ static int search_dir = 1;
static int search_page = -1;
static int search_hit_page = -1;
static int search_hit_count = 0;
-static fz_rect search_hit_bbox[500];
+static fz_rect search_hit_bbox[5000];
static unsigned int next_power_of_two(unsigned int n)
{