summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitmap.h')
-rw-r--r--bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmap.h b/bitmap.h
index 43e7af15b..f2e309bd5 100644
--- a/bitmap.h
+++ b/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;