summaryrefslogtreecommitdiff
path: root/riscos/plotters.c
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 /riscos/plotters.c
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 'riscos/plotters.c')
-rw-r--r--riscos/plotters.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/plotters.c b/riscos/plotters.c
index 00a75e6f5..37c61c921 100644
--- a/riscos/plotters.c
+++ b/riscos/plotters.c
@@ -21,6 +21,7 @@
#include "netsurf/utils/log.h"
+
static bool ro_plot_clg(colour c);
static bool ro_plot_rectangle(int x0, int y0, int width, int height,
int line_width, colour c, bool dotted, bool dashed);
@@ -59,6 +60,7 @@ const struct plotter_table ro_plotters = {
ro_plot_bitmap,
ro_plot_bitmap_tile,
NULL,
+ NULL,
NULL
};