Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/XPDFCore.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/XPDFCore.h
parent96653f29e1cfb116a8af43c3aeee5a1ad6947af8 (diff)
Import of Xpdf 2.01 for merge
Diffstat (limited to 'pdf/xpdf/XPDFCore.h')
-rw-r--r--pdf/xpdf/XPDFCore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/xpdf/XPDFCore.h b/pdf/xpdf/XPDFCore.h
index 348486f..cf5308e 100644
--- a/pdf/xpdf/XPDFCore.h
+++ b/pdf/xpdf/XPDFCore.h
@@ -169,6 +169,7 @@ public:
int getDrawAreaWidth() { return drawAreaWidth; }
int getDrawAreaHeight() { return drawAreaHeight; }
void setBusyCursor(GBool busy);
+ Cursor getBusyCursor() { return busyCursor; }
void takeFocus();
void enableHyperlinks(GBool on) { hyperlinksEnabled = on; }
void enableSelect(GBool on) { selectEnabled = on; }