From 3e417f948c29f0a6b82863b4f3e213e1987f2ef2 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 15 Mar 2004 21:53:32 +0000 Subject: [project @ 2004-03-15 21:53:32 by rjw] Added SWI number for Tinct_ConvertSprite. svn path=/import/netsurf/; revision=627 --- riscos/tinct.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/riscos/tinct.h b/riscos/tinct.h index b072daed3..c2b7b8ef6 100644 --- a/riscos/tinct.h +++ b/riscos/tinct.h @@ -32,4 +32,9 @@ */ #define Tinct_PlotScaled 0x57243 +/* Tinct_ConvertSprite creates a 32bpp sprite (pointer to memory supplied in R3) from a paletted sprite + provided in R2 - see the Tinct documentation for further details. +*/ +#define Tinct_ConvertSprite 0x57244 + #endif -- cgit v1.2.3