summaryrefslogtreecommitdiff
path: root/xfa/src/fxgraphics/src/pre.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxgraphics/src/pre.h')
-rw-r--r--xfa/src/fxgraphics/src/pre.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xfa/src/fxgraphics/src/pre.h b/xfa/src/fxgraphics/src/pre.h
index ab0df3d9ac..701a48d85d 100644
--- a/xfa/src/fxgraphics/src/pre.h
+++ b/xfa/src/fxgraphics/src/pre.h
@@ -33,9 +33,9 @@ enum {
};
#define FX_HATCHSTYLE_Total 53
struct FX_HATCHDATA {
- FX_INT32 width;
- FX_INT32 height;
- FX_BYTE maskBits[64];
+ int32_t width;
+ int32_t height;
+ uint8_t maskBits[64];
};
typedef FX_HATCHDATA const * FX_LPCHATCHDATA;
static const FX_HATCHDATA hatchBitmapData[FX_HATCHSTYLE_Total] = {