From 0e74730b783448ab90789413cf9df1dda24c4260 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Wed, 10 Mar 2004 10:35:20 +0000 Subject: [project @ 2004-03-10 10:35:20 by rjw] svn path=/import/netsurf/; revision=597 --- riscos/tinct.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'riscos/tinct.h') diff --git a/riscos/tinct.h b/riscos/tinct.h index d1717bbbf..520ffb655 100644 --- a/riscos/tinct.h +++ b/riscos/tinct.h @@ -12,7 +12,14 @@ #ifndef _NETSURF_RISCOS_TINCT_H_ #define _NETSURF_RISCOS_TINCT_H_ -//#define Tinct_PlotAlpha 0x00000 -//#define Tinct_PlotScaledAlpha 0x00000 +/* Tinct_PlotAlpha plots the RGBA sprite pointed to by R2 at the OS screen location (R3,R4). Flags are + supplied in R7 - see the Tinct documentation for further details. +*/ +#define Tinct_PlotAlpha 0x57240 + +/* Tinct_PlotScaledAlpha plots the RGBA sprite pointed to by R2 at the OS screen location (R3,R4) + scaled to (R5,R6) pixels. Flags are supplied in R7 - see the Tinct documentation for further details. +*/ +#define Tinct_PlotScaledAlpha 0x57241 #endif -- cgit v1.2.3