This commit is contained in:
Kovid Goyal
2017-10-01 09:12:14 +05:30
parent 3cbc20005b
commit 6d960e4130
4 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ typedef struct {
size_t data_sz;
uint8_t *data;
bool is_4byte_aligned;
bool is_rgb;
bool is_opaque;
} LoadData;
typedef struct {