diff options
Diffstat (limited to 'gs/base/gdevdevn.h')
-rw-r--r-- | gs/base/gdevdevn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gs/base/gdevdevn.h b/gs/base/gdevdevn.h index 1b590780d..d9b1d124a 100644 --- a/gs/base/gdevdevn.h +++ b/gs/base/gdevdevn.h @@ -45,7 +45,8 @@ * * To disable compression of encoded colorant values, change this definition. */ -#define USE_COMPRESSED_ENCODING (ARCH_SIZEOF_GX_COLOR_INDEX >= 8) +#define USE_COMPRESSED_ENCODING 0 +/* #define USE_COMPRESSED_ENCODING (ARCH_SIZEOF_GX_COLOR_INDEX >= 8) */ /* * Type definitions associated with the fixed color model names. |