From 062e6a5bae5a7dc0d853a2b99c59cfe3c5b087f1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 20 Mar 2005 20:39:22 +0000 Subject: [project @ 2005-03-20 20:39:22 by jmb] Fix draw_plot_rectangle API svn path=/import/netsurf/; revision=1557 --- riscos/save_draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos') diff --git a/riscos/save_draw.c b/riscos/save_draw.c index e8b4dd34a..896f5cacd 100644 --- a/riscos/save_draw.c +++ b/riscos/save_draw.c @@ -80,7 +80,7 @@ static bool drawbuf_group_end(void); static bool add_options(void); static bool draw_plot_clg(colour c); static bool draw_plot_rectangle(int x0, int y0, int width, int height, - colour c, bool dotted); + int line_width, colour c, bool dotted, bool dashed); static bool draw_plot_line(int x0, int y0, int x1, int y1, int width, colour c, bool dotted, bool dashed); static bool draw_plot_polygon(int *p, unsigned int n, colour fill); @@ -550,7 +550,7 @@ bool draw_plot_clg(colour c) * \return true on success, false otherwise. */ bool draw_plot_rectangle(int x0, int y0, int width, int height, - colour c, bool dotted) + int line_width, colour c, bool dotted, bool dashed) { drawfile_object *dro; drawfile_path *dp; -- cgit v1.2.3