summaryrefslogtreecommitdiff
path: root/platform/x11/jstest_main.c
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2013-07-04 12:11:20 +0100
committerPaul Gardiner <paulg.artifex@glidos.net>2013-07-04 12:11:20 +0100
commitac84904af638b243284e24d5f401c3f1a21cb0ef (patch)
tree32e9f6b3b0d0ad83cb8f2dd0c41bc5e60b53ed3e /platform/x11/jstest_main.c
parentb33b3b41100f2bb0b63dbf270bdd4401451c081a (diff)
downloadmupdf-ac84904af638b243284e24d5f401c3f1a21cb0ef.tar.xz
Update pdf_write_document to support incremental update
Diffstat (limited to 'platform/x11/jstest_main.c')
-rw-r--r--platform/x11/jstest_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/x11/jstest_main.c b/platform/x11/jstest_main.c
index 2003ad55..a07385bc 100644
--- a/platform/x11/jstest_main.c
+++ b/platform/x11/jstest_main.c
@@ -108,6 +108,10 @@ void winreplacefile(char *source, char *target)
{
}
+void wincopyfile(char *source, char *target)
+{
+}
+
void wincursor(pdfapp_t *app, int curs)
{
}