summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/gdevmr8n.c')
-rw-r--r--base/gdevmr8n.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/gdevmr8n.c b/base/gdevmr8n.c
index 055e79cc..e90bb151 100644
--- a/base/gdevmr8n.c
+++ b/base/gdevmr8n.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2020 Artifex Software, Inc.
+/* Copyright (C) 2001-2021 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -352,6 +352,7 @@ df: return mem_default_strip_copy_rop(dev,
int ty = y + phase_y;
rop_set_s_constant(&ropper, const_source);
+ rop_set_t_colors(&ropper, tcolors);
if (rop_get_run_op(&ropper, lop, depth, rop_s_constant | rop_t_1bit)) {
for (; line_count-- > 0; drow += draster, ++ty) { /* Loop over copies of the tile. */
int dx = x, w = width, nw;