diff options
Diffstat (limited to 'pdf/pdf_interpret.c')
-rw-r--r-- | pdf/pdf_interpret.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf/pdf_interpret.c b/pdf/pdf_interpret.c index 8dcd4f80..f10f6c83 100644 --- a/pdf/pdf_interpret.c +++ b/pdf/pdf_interpret.c @@ -1776,10 +1776,12 @@ static void pdf_run_d(pdf_csi *csi) static void pdf_run_d0(pdf_csi *csi) { + csi->dev->flags |= FZ_CHARPROC_COLOR; } static void pdf_run_d1(pdf_csi *csi) { + csi->dev->flags |= FZ_CHARPROC_MASK; } static void pdf_run_f(pdf_csi *csi) |