From 019eff10c1d68c80593d3fa6fedf1f6428fcff63 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 1 Nov 2009 14:53:04 +0000 Subject: Amiga print UI svn path=/trunk/netsurf/; revision=9655 --- amiga/print.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'amiga/print.h') diff --git a/amiga/print.h b/amiga/print.h index 95f2ef896..3afa9e688 100755 --- a/amiga/print.h +++ b/amiga/print.h @@ -22,7 +22,17 @@ struct content; -void ami_print(struct content *c); +struct ami_print_window { + struct Window *win; + Object *objects[OID_LAST]; + struct Gadget *gadgets[GID_LAST]; + struct nsObject *node; + struct content *c; +}; + +void ami_print(struct content *c, int copies); +void ami_print_ui(struct content *c); +BOOL ami_print_event(struct ami_print_window *pw); bool ami_print_cont(void); struct MsgPort *ami_print_init(void); void ami_print_free(void); -- cgit v1.2.3