summaryrefslogtreecommitdiff
path: root/riscos/configure/configure.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-12-31 04:45:03 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-12-31 04:45:03 +0000
commit5c6bdc69748d6a30821bcf86e9670dd31e39f471 (patch)
tree2723dee155d0bd8e9bda6785a5ed5e8166ec88a2 /riscos/configure/configure.h
parent59c87063d1665689990fee697092b5bffebb2e8d (diff)
downloadnetsurf-5c6bdc69748d6a30821bcf86e9670dd31e39f471.tar.gz
netsurf-5c6bdc69748d6a30821bcf86e9670dd31e39f471.tar.bz2
[project @ 2005-12-31 04:45:03 by rjw]
Font configuration tool. svn path=/import/netsurf/; revision=1918
Diffstat (limited to 'riscos/configure/configure.h')
-rw-r--r--riscos/configure/configure.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/riscos/configure/configure.h b/riscos/configure/configure.h
new file mode 100644
index 000000000..ff2c463e2
--- /dev/null
+++ b/riscos/configure/configure.h
@@ -0,0 +1,20 @@
+/*
+ * 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 2005 Richard Wilson <info@tinct.net>
+ */
+
+/** \file
+ * Automated RISC OS WIMP event handling (interface).
+ */
+
+
+#ifndef _NETSURF_RISCOS_OPTIONS_CONFIGURE_H_
+#define _NETSURF_RISCOS_OPTIONS_CONFIGURE_H_
+
+#include <stdbool.h>
+
+bool ro_gui_options_fonts_initialise(wimp_w w);
+
+#endif