summaryrefslogtreecommitdiff
path: root/apps/pdfapp.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2010-06-16 14:49:26 +0200
committerSebastian Rasmussen <sebras@hotmail.com>2010-06-16 14:49:26 +0200
commit415f030afeabba60c5eeb25d091b979324101e36 (patch)
tree33f2d7fea51e640a039be03923a876dc88121b9f /apps/pdfapp.h
parentcc098ffbfd88de6f186cdbb88242413eb17f5079 (diff)
downloadmupdf-415f030afeabba60c5eeb25d091b979324101e36.tar.xz
Allow bookmark commands in the viewer to take a number argument so you can store several bookmarks at once.
Diffstat (limited to 'apps/pdfapp.h')
-rw-r--r--apps/pdfapp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/pdfapp.h b/apps/pdfapp.h
index db355fe3..567781e8 100644
--- a/apps/pdfapp.h
+++ b/apps/pdfapp.h
@@ -45,6 +45,7 @@ struct pdfapp_s
/* snapback history */
int hist[256];
int histlen;
+ int marks[10];
/* window system sizes */
int winw, winh;