summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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