From a31f6306f96e963a61cfd320e329071af3e281b7 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 20 Nov 2004 00:02:56 +0000 Subject: [project @ 2004-11-20 00:02:56 by bursa] Improvements to overflow and scrolling: scrollbars now have most of the usual RISC OS behaviour. Better rendering of dotted and dashed borders. svn path=/import/netsurf/; revision=1363 --- desktop/plotters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/plotters.h') diff --git a/desktop/plotters.h b/desktop/plotters.h index 0be1213a6..60465f3e8 100644 --- a/desktop/plotters.h +++ b/desktop/plotters.h @@ -24,7 +24,7 @@ struct font_data; struct plotter_table { bool (*clg)(colour c); bool (*rectangle)(int x0, int y0, int width, int height, - colour c, bool dotted); + int line_width, colour c, bool dotted, bool dashed); bool (*line)(int x0, int y0, int x1, int y1, int width, colour c, bool dotted, bool dashed); bool (*polygon)(int *p, unsigned int n, colour fill); -- cgit v1.2.3