[project @ 2004-03-10 10:35:20 by rjw]

svn path=/import/netsurf/; revision=597
This commit is contained in:
Richard Wilson 2004-03-10 10:35:20 +00:00
parent b56bc523b8
commit 0e74730b78

View File

@ -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