summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-03-10 10:35:20 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-03-10 10:35:20 +0000
commit0e74730b783448ab90789413cf9df1dda24c4260 (patch)
tree91c38b6350ee916da0c6edab4b8d9d64aa03bd87 /riscos
parentb56bc523b83810a571a25af19c6bae6a2fd87245 (diff)
downloadnetsurf-0e74730b783448ab90789413cf9df1dda24c4260.tar.gz
netsurf-0e74730b783448ab90789413cf9df1dda24c4260.tar.bz2
[project @ 2004-03-10 10:35:20 by rjw]
svn path=/import/netsurf/; revision=597
Diffstat (limited to 'riscos')
-rw-r--r--riscos/tinct.h11
1 files changed, 9 insertions, 2 deletions
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