From 3295d71a2fd0a4ecfde065b4aab5933ae4238612 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 23 Aug 2009 15:59:41 +0000 Subject: 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 --- amiga/gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 801be5751..25a3706aa 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -119,7 +119,6 @@ void ami_update_pointer(struct Window *win, gui_pointer_shape shape); void ami_close_all_tabs(struct gui_window_2 *gwin); void ami_quit_netsurf(void); void ami_get_theme_filename(char *filename,char *themestring); -void ami_clearclipreg(struct RastPort *rp); void ami_do_redraw(struct gui_window_2 *g); STRPTR ami_locale_langs(void); -- cgit v1.2.3