summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-23 15:59:41 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-23 15:59:41 +0000
commit3295d71a2fd0a4ecfde065b4aab5933ae4238612 (patch)
tree42916687855b58b9cee8cbbddde4529f0027e816 /amiga/plotters.h
parent69ee94bb4750b89a60d995a777c65adba2477d6b (diff)
downloadnetsurf-3295d71a2fd0a4ecfde065b4aab5933ae4238612.tar.gz
netsurf-3295d71a2fd0a4ecfde065b4aab5933ae4238612.tar.bz2
First attempt at Amiga printing support. Doesn't quite work - a column on the left
will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
Diffstat (limited to 'amiga/plotters.h')
-rwxr-xr-xamiga/plotters.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/plotters.h b/amiga/plotters.h
index fb0583e2f..5c734efd8 100755
--- a/amiga/plotters.h
+++ b/amiga/plotters.h
@@ -60,8 +60,9 @@ bool ami_flush(void);
bool ami_path(const float *p, unsigned int n, colour fill, float width,
colour c, const float transform[6]);
-void ami_init_layers(struct gui_globals *gg);
+void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height);
void ami_free_layers(struct gui_globals *gg);
+void ami_clearclipreg(struct gui_globals *gg);
struct gui_globals *glob;
#endif