Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/XPDFViewer.h
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 21:55:40 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 21:55:40 (GMT)
commit9ac495d6543dbd65992791bb41d5f8fbf90e549c (patch)
tree86a82c37529579eb209b3abe757970e885e11e23 /pdf/xpdf/XPDFViewer.h
parent96653f29e1cfb116a8af43c3aeee5a1ad6947af8 (diff)
Import of Xpdf 2.01 for merge
Diffstat (limited to 'pdf/xpdf/XPDFViewer.h')
-rw-r--r--pdf/xpdf/XPDFViewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/xpdf/XPDFViewer.h b/pdf/xpdf/XPDFViewer.h
index 77875c4..124650a 100644
--- a/pdf/xpdf/XPDFViewer.h
+++ b/pdf/xpdf/XPDFViewer.h
@@ -46,6 +46,7 @@ public:
void open(GString *fileName, int pageA, GString *destName);
void clear();
+ void reloadFile();
Widget getWindow() { return win; }
@@ -54,7 +55,6 @@ private:
//----- load / display
GBool loadFile(GString *fileName, GString *ownerPassword = NULL,
GString *userPassword = NULL);
- void reloadFile();
void displayPage(int pageA, int zoomA, int rotateA,
GBool scrollToTop, GBool addToHist);
void displayDest(LinkDest *dest, int zoomA, int rotateA,