summaryrefslogtreecommitdiff
path: root/frontends/amiga/print.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-31 00:37:59 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-31 00:37:59 +0000
commitd8eec1b048fe7c7cac4a0bd3bb4f31203524ee79 (patch)
treee2a65edcf08f4275e64d39aee411a2705bdb4555 /frontends/amiga/print.h
parentd9c8d1c70cac756d47586e2abf2dfbb9a1d96b59 (diff)
downloadnetsurf-d8eec1b048fe7c7cac4a0bd3bb4f31203524ee79.tar.gz
netsurf-d8eec1b048fe7c7cac4a0bd3bb4f31203524ee79.tar.bz2
Update print window to use event callback
Diffstat (limited to 'frontends/amiga/print.h')
-rwxr-xr-xfrontends/amiga/print.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/frontends/amiga/print.h b/frontends/amiga/print.h
index bdd409b50..0d6b4f529 100755
--- a/frontends/amiga/print.h
+++ b/frontends/amiga/print.h
@@ -21,18 +21,10 @@
#include <proto/exec.h>
struct content;
-
-struct ami_print_window {
- struct nsObject *node;
- struct Window *win;
- Object *objects[OID_LAST];
- Object *gadgets[GID_LAST];
- struct hlcache_handle *c;
-};
+struct ami_print_window;
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);
void ami_print_free(void);