From 5c6bdc69748d6a30821bcf86e9670dd31e39f471 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 31 Dec 2005 04:45:03 +0000 Subject: [project @ 2005-12-31 04:45:03 by rjw] Font configuration tool. svn path=/import/netsurf/; revision=1918 --- riscos/configure/configure.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 riscos/configure/configure.h (limited to 'riscos/configure/configure.h') 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 + */ + +/** \file + * Automated RISC OS WIMP event handling (interface). + */ + + +#ifndef _NETSURF_RISCOS_OPTIONS_CONFIGURE_H_ +#define _NETSURF_RISCOS_OPTIONS_CONFIGURE_H_ + +#include + +bool ro_gui_options_fonts_initialise(wimp_w w); + +#endif -- cgit v1.2.3