summaryrefslogtreecommitdiff
path: root/desktop/plotters.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-11-20 00:02:56 +0000
committerJames Bursa <james@netsurf-browser.org>2004-11-20 00:02:56 +0000
commita31f6306f96e963a61cfd320e329071af3e281b7 (patch)
tree46b39512b3c2460ea4a5c48f5511995162275e71 /desktop/plotters.h
parente87e37ca80514fccb53523428208d9ed90b6fb78 (diff)
downloadnetsurf-a31f6306f96e963a61cfd320e329071af3e281b7.tar.gz
netsurf-a31f6306f96e963a61cfd320e329071af3e281b7.tar.bz2
[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
Diffstat (limited to 'desktop/plotters.h')
-rw-r--r--desktop/plotters.h2
1 files changed, 1 insertions, 1 deletions
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);