summaryrefslogtreecommitdiff
path: root/riscos/plotters.c
diff options
context:
space:
mode:
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
};