summaryrefslogtreecommitdiff
path: root/src/image_data/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image_data/image.h')
-rw-r--r--src/image_data/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image_data/image.h b/src/image_data/image.h
index be21329..2112c7b 100644
--- a/src/image_data/image.h
+++ b/src/image_data/image.h
@@ -29,6 +29,7 @@ typedef struct {
unsigned int width;
unsigned int height;
unsigned int bytes_per_pixel; /* 3:RGB, 4:RGBA */
+ unsigned int fill_column_index;
char *rle_pixel_data;
} nv_image_t;