mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
[project @ 2004-03-10 10:35:20 by rjw]
svn path=/import/netsurf/; revision=597
This commit is contained in:
parent
b56bc523b8
commit
0e74730b78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user