summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riscos/tinct.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/riscos/tinct.h b/riscos/tinct.h
index d62680265..8ab256dec 100644
--- a/riscos/tinct.h
+++ b/riscos/tinct.h
@@ -127,6 +127,10 @@
#define tinct_FORCE_PALETTE_READ 0x40 /** <-- Use after a palette change when out of the desktop */
#define tinct_USE_OS_SPRITE_OP 0x80 /** <-- Use when printing */
+/* Compression flags
+*/
+#define tinct_OPAQUE_IMAGE 0x01 /** <-- Image is opaque, compress further */
+
/* Shifts
*/
#define tinct_BACKGROUND_SHIFT 0x08
@@ -134,5 +138,4 @@
/* Sprite mode
*/
#define tinct_SPRITE_MODE (os_mode)0x301680b5
-
#endif