summaryrefslogtreecommitdiff
path: root/fitz/fitz-internal.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-04-16 11:01:23 +0100
committerRobin Watts <robin.watts@artifex.com>2013-04-16 11:02:03 +0100
commit52ded6dcabb7f2d43f90ec06d5ad77314186fd56 (patch)
treeb8d10428d8912081ae637597e07424b6de629619 /fitz/fitz-internal.h
parent8658a051cb186cad21a0a554b04ca40939aec240 (diff)
downloadmupdf-52ded6dcabb7f2d43f90ec06d5ad77314186fd56.tar.xz
Try to copy less needless information in mesh processing
Diffstat (limited to 'fitz/fitz-internal.h')
-rw-r--r--fitz/fitz-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fitz/fitz-internal.h b/fitz/fitz-internal.h
index 856ace5e..2bacef87 100644
--- a/fitz/fitz-internal.h
+++ b/fitz/fitz-internal.h
@@ -1427,6 +1427,7 @@ struct fz_mesh_processor_s {
fz_shade *shade;
fz_mesh_process_fn *process;
void *process_arg;
+ int ncomp;
};
void fz_process_mesh(fz_context *ctx, fz_shade *shade, const fz_matrix *ctm,