From db528c82f2b5879d1b28c16fe055febee0694264 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 9 Jun 2004 19:56:13 +0000 Subject: [project @ 2004-06-09 19:56:13 by jmb] Proper names for flagword flags. "Magic numbers are evil" (zamez :P) svn path=/import/netsurf/; revision=939 --- riscos/tinct.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'riscos/tinct.h') diff --git a/riscos/tinct.h b/riscos/tinct.h index 2be58db87..de06e2f69 100644 --- a/riscos/tinct.h +++ b/riscos/tinct.h @@ -6,7 +6,7 @@ */ /** \file - * Tinct SWI numbers + * Tinct SWI numbers and flags */ #ifndef _NETSURF_RISCOS_TINCT_H_ @@ -41,4 +41,14 @@ */ #define Tinct_AvailableFeatures 0x57245 +/* Flags +*/ +#define tinct_READ_SCREEN_BASE 0x01 +#define tinct_BILINEAR_FILTER 0x02 +#define tinct_DITHER 0x04 +#define tinct_INVERT_DITHER 0x08 +#define tinct_FILL_HORIZONTALLY 0x10 +#define tinct_FILL_VERTICALLY 0x20 +#define tinct_FORCE_PALETTE_READ 0x40 + #endif -- cgit v1.2.3