From 44ef42de3440ff170f023e86b05f8f435760df4d Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 13 Jun 2005 20:49:23 +0000 Subject: [project @ 2005-06-13 20:49:23 by rjw] Updated Tinct header file. svn path=/import/netsurf/; revision=1749 --- riscos/tinct.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'riscos/tinct.h') 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 -- cgit v1.2.3