summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/outline.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-09-20 13:03:47 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-09-20 14:07:51 +0200
commit4fc7d4abdada5efc25fe0976dfe6bc8324905140 (patch)
tree60203f163e488d36f5eb8672df8dc762281af24a /include/mupdf/fitz/outline.h
parentbff6d163a94386eae21540183b130be6c04f08e9 (diff)
downloadmupdf-4fc7d4abdada5efc25fe0976dfe6bc8324905140.tar.xz
gl: Scroll to link coordinates when following links.
Also save link coordinates in outline nodes.
Diffstat (limited to 'include/mupdf/fitz/outline.h')
-rw-r--r--include/mupdf/fitz/outline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/fitz/outline.h b/include/mupdf/fitz/outline.h
index af68304b..85ce2f22 100644
--- a/include/mupdf/fitz/outline.h
+++ b/include/mupdf/fitz/outline.h
@@ -36,6 +36,7 @@ struct fz_outline_s
char *title;
char *uri;
int page;
+ float x, y;
fz_outline *next;
fz_outline *down;
int is_open;