From b7d5355f6fbc48366de2bd7a6793aa0b4cb64b19 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Tue, 9 Mar 2004 12:58:57 +0000 Subject: [project @ 2004-03-09 12:57:20 by rjw] svn path=/import/netsurf/; revision=594 --- riscos/tinct.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 riscos/tinct.h (limited to 'riscos/tinct.h') diff --git a/riscos/tinct.h b/riscos/tinct.h new file mode 100644 index 000000000..d1717bbbf --- /dev/null +++ b/riscos/tinct.h @@ -0,0 +1,18 @@ +/* + * 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 Richard Wilson + */ + +/** \file + * Tinct SWI numbers + */ + +#ifndef _NETSURF_RISCOS_TINCT_H_ +#define _NETSURF_RISCOS_TINCT_H_ + +//#define Tinct_PlotAlpha 0x00000 +//#define Tinct_PlotScaledAlpha 0x00000 + +#endif -- cgit v1.2.3