diff options
author | Paul Gardiner <paul.gardiner@artifex.com> | 2014-04-24 11:14:33 +0100 |
---|---|---|
committer | Paul Gardiner <paul.gardiner@artifex.com> | 2014-04-24 11:14:33 +0100 |
commit | a2e9a46fea0489c341e0dd713763b0fd609b47c2 (patch) | |
tree | 5488d6f4e9cccf98b8bc5f283c67b8e2423db7f7 /platform/ios/Classes/MuDocRef.h | |
parent | 7fbb212ad2dbf247eec66d7f5ffe6672a75a43ec (diff) | |
download | mupdf-a2e9a46fea0489c341e0dd713763b0fd609b47c2.tar.xz |
iOS: remove the annotations button for non-interactive document types
Diffstat (limited to 'platform/ios/Classes/MuDocRef.h')
-rw-r--r-- | platform/ios/Classes/MuDocRef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/Classes/MuDocRef.h b/platform/ios/Classes/MuDocRef.h index ed442be2..3741c691 100644 --- a/platform/ios/Classes/MuDocRef.h +++ b/platform/ios/Classes/MuDocRef.h @@ -6,6 +6,7 @@ { @public fz_document *doc; + bool interactive; } -(id) initWithFilename:(char *)aFilename; @end |