summaryrefslogtreecommitdiff
path: root/platform/x11/pdfapp.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-06-18 16:55:30 +0200
committerRobin Watts <robin.watts@artifex.com>2018-06-22 16:48:50 +0100
commit66a23e616670fe19e966c833ac4c0db5edf57c7c (patch)
treeb682ae17bbc253c13a36b70100d4c548d1f7ac61 /platform/x11/pdfapp.h
parenta69f71e89bc9c325bc91fc0ec69f3ca231c83efe (diff)
downloadmupdf-66a23e616670fe19e966c833ac4c0db5edf57c7c.tar.xz
Use fz_quad type in structured text and selection/highlighting.
Diffstat (limited to 'platform/x11/pdfapp.h')
-rw-r--r--platform/x11/pdfapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/pdfapp.h b/platform/x11/pdfapp.h
index b6c2127c..0315bfd0 100644
--- a/platform/x11/pdfapp.h
+++ b/platform/x11/pdfapp.h
@@ -131,7 +131,7 @@ struct pdfapp_s
int searchdir;
char search[512];
int searchpage;
- fz_rect hit_bbox[512];
+ fz_quad hit_bbox[512];
int hit_count;
/* client context storage */