summaryrefslogtreecommitdiff
path: root/riscos/print.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-08-09 06:28:57 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-08-09 06:28:57 +0000
commitc992f6252cea5487126721ec1ddf3d207b883524 (patch)
treef7543bbe30f4171829a8c2f775e32f007f13e251 /riscos/print.h
parenta5bb9c38fdfe5dae353165f87c51e629a67a3d49 (diff)
downloadnetsurf-c992f6252cea5487126721ec1ddf3d207b883524.tar.gz
netsurf-c992f6252cea5487126721ec1ddf3d207b883524.tar.bz2
[project @ 2004-08-09 06:28:56 by jmb]
Printing support. Some issues remain - see the todo list at the top of print.c for more details svn path=/import/netsurf/; revision=1199
Diffstat (limited to 'riscos/print.h')
-rw-r--r--riscos/print.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/riscos/print.h b/riscos/print.h
new file mode 100644
index 000000000..c499167f7
--- /dev/null
+++ b/riscos/print.h
@@ -0,0 +1,23 @@
+/*
+ * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * Licensed under the GNU General Public License,
+ * http://www.opensource.org/licenses/gpl-license
+ * Copyright 2004 John M Bell <jmb202@ecs.soton.ac.uk>
+ */
+
+#ifndef _NETSURF_RISCOS_PRINT_H_
+#define _NETSURF_RISCOS_PRINT_H_
+
+struct gui_window;
+
+extern struct gui_window *print_current_window;
+
+void print_save_bounce(wimp_message *m);
+void print_error(wimp_message *m);
+void print_type_odd(wimp_message *m);
+void print_ack(wimp_message *m);
+void print_dataload_bounce(wimp_message *m);
+void print_cleanup(void);
+
+#endif
+