summaryrefslogtreecommitdiff
path: root/tests/make_bitmap/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/make_bitmap/bitmap.h')
-rw-r--r--tests/make_bitmap/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/make_bitmap/bitmap.h b/tests/make_bitmap/bitmap.h
index 43e7af15b..f2e309bd5 100644
--- a/tests/make_bitmap/bitmap.h
+++ b/tests/make_bitmap/bitmap.h
@@ -33,7 +33,7 @@ typedef struct{ // Bitmap INFO Header
FT_UInt32 info_header_size;
FT_UInt32 width;
- FT_UInt32 height;
+ FT_Int height;
FT_UInt16 planes;
FT_UInt16 bits_per_pixel;
FT_UInt32 compression;