summaryrefslogtreecommitdiff
path: root/desktop/plotters.h
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2006-08-19 19:31:07 +0000
committerAdrian Lees <adrian@aemulor.com>2006-08-19 19:31:07 +0000
commit7aaa33d2e5c2e2473339b9851c606cb8beb46d0c (patch)
tree637feeeb43b0c2ae1c5b4bc4d6369432540f0b45 /desktop/plotters.h
parent66c4906fb6748516eb68e0f3320db692251362be (diff)
downloadnetsurf-7aaa33d2e5c2e2473339b9851c606cb8beb46d0c.tar.gz
netsurf-7aaa33d2e5c2e2473339b9851c606cb8beb46d0c.tar.bz2
Fix for knockout rendering of native formats
svn path=/trunk/netsurf/; revision=2869
Diffstat (limited to 'desktop/plotters.h')
-rw-r--r--desktop/plotters.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/plotters.h b/desktop/plotters.h
index d10de3a2a..cf8143307 100644
--- a/desktop/plotters.h
+++ b/desktop/plotters.h
@@ -41,6 +41,7 @@ struct plotter_table {
bool repeat_x, bool repeat_y);
bool (*group_start)(const char *name); /** optional */
bool (*group_end)(void); /** optional */
+ bool (*flush)(void);
};
/** Current plotters, must be assigned before use. */