summaryrefslogtreecommitdiff
path: root/riscos/configure/configure.h
diff options
context:
space:
mode:
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