summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPageView.h
diff options
context:
space:
mode:
authorPaul Gardiner <paul.gardiner@artifex.com>2014-01-10 14:56:45 +0000
committerPaul Gardiner <paul.gardiner@artifex.com>2014-01-10 14:57:23 +0000
commit23e4c17ed59124765161702520dfc346af5702af (patch)
tree4c0807d9babc2f45b809b704d889e7def0bbfb34 /platform/ios/Classes/MuPageView.h
parent0b7ba1c2239da6400d18d2e17e33c94bb0addd42 (diff)
downloadmupdf-23e4c17ed59124765161702520dfc346af5702af.tar.xz
iOS: correctly handle document changes that may affect several pages
Interaction with forms may change several pages, so all pages currently represented by view need updating.
Diffstat (limited to 'platform/ios/Classes/MuPageView.h')
-rw-r--r--platform/ios/Classes/MuPageView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/Classes/MuPageView.h b/platform/ios/Classes/MuPageView.h
index 89ce0aca..e3c26549 100644
--- a/platform/ios/Classes/MuPageView.h
+++ b/platform/ios/Classes/MuPageView.h
@@ -19,4 +19,5 @@
-(void) inkModeOff;
-(void) saveSelectionAsMarkup:(int)type;
-(void) saveInk;
+-(void) update;
@end