Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/GDKSplashOutputDev.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/GDKSplashOutputDev.cc')
-rw-r--r--pdf/xpdf/GDKSplashOutputDev.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/pdf/xpdf/GDKSplashOutputDev.cc b/pdf/xpdf/GDKSplashOutputDev.cc
index 4ef3bb3..90f8811 100644
--- a/pdf/xpdf/GDKSplashOutputDev.cc
+++ b/pdf/xpdf/GDKSplashOutputDev.cc
@@ -90,7 +90,7 @@ void GDKSplashOutputDev::endPage() {
}
void GDKSplashOutputDev::dump() {
- if (incrementalUpdate) {
+ if (incrementalUpdate && redrawCbk) {
(*redrawCbk)(redrawCbkData);
}
}
@@ -155,6 +155,10 @@ void GDKSplashOutputDev::redraw(int srcX, int srcY,
g_free (gdk_buf);
}
+void GDKSplashOutputDev::drawToPixbuf(GdkPixbuf *pixbuf, int pageNum) {
+
+}
+
GBool GDKSplashOutputDev::findText(Unicode *s, int len,
GBool startAtTop, GBool stopAtBottom,
GBool startAtLast, GBool stopAtLast,