summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index 749c8919..98047d71 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -710,7 +710,7 @@ typedef struct fz_bitmap_s fz_bitmap;
struct fz_bitmap_s
{
int refs;
- int w, h, span, n;
+ int w, h, stride, n;
unsigned char *samples;
};