summaryrefslogtreecommitdiff
path: root/libnsbmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnsbmp.h')
-rw-r--r--libnsbmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnsbmp.h b/libnsbmp.h
index 9e9f92f..4bdda23 100644
--- a/libnsbmp.h
+++ b/libnsbmp.h
@@ -70,8 +70,8 @@ typedef struct bmp_bitmap_callback_vt_s {
typedef struct bmp_image {
bmp_bitmap_callback_vt bitmap_callbacks; /**< callbacks for bitmap functions */
uint8_t *bmp_data; /** pointer to BMP data */
- uint16_t width; /** width of BMP (valid after _analyse) */
- uint16_t height; /** heigth of BMP (valid after _analyse) */
+ uint32_t width; /** width of BMP (valid after _analyse) */
+ uint32_t height; /** heigth of BMP (valid after _analyse) */
bool decoded; /** whether the image has been decoded */
void *bitmap; /** decoded image */
/** Internal members are listed below