From 5bb5cedec5170ac2aa06a340159256b55505c427 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 28 Mar 2010 15:51:05 +0000 Subject: Changes required for new-cache svn path=/trunk/netsurf/; revision=10186 --- amiga/print.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'amiga/print.h') diff --git a/amiga/print.h b/amiga/print.h index 3afa9e688..9091a6b63 100755 --- a/amiga/print.h +++ b/amiga/print.h @@ -27,11 +27,11 @@ struct ami_print_window { Object *objects[OID_LAST]; struct Gadget *gadgets[GID_LAST]; struct nsObject *node; - struct content *c; + struct hlcache_handle *c; }; -void ami_print(struct content *c, int copies); -void ami_print_ui(struct content *c); +void ami_print(struct hlcache_handle *c, int copies); +void ami_print_ui(struct hlcache_handle *c); BOOL ami_print_event(struct ami_print_window *pw); bool ami_print_cont(void); struct MsgPort *ami_print_init(void); -- cgit v1.2.3