comparison tools/lib64gfx.h @ 1495:acb607e2c350

Clarify a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 06:26:55 +0300
parents 3b220604ae3c
children 32640e1934d5
comparison
equal deleted inserted replaced
1494:3b220604ae3c 1495:acb607e2c350
169 int type; // Type flags, see D64_FMT_* 169 int type; // Type flags, see D64_FMT_*
170 char *fext; // Filename extension 170 char *fext; // Filename extension
171 char *name; // Format description/name 171 char *name; // Format description/name
172 172
173 size_t addr; // Loading address (0 if no loading address) 173 size_t addr; // Loading address (0 if no loading address)
174 size_t size; // Size, including loading address. Only used in encoding, if even there (0 if no static size) 174 size_t size; // Size, including loading address. Only used in probing and encoding.
175 175
176 int width, height; // Width and height in pixels 176 int width, height; // Width and height in pixels
177 int chWidth, chHeight; // Width and height in charblocks 177 int chWidth, chHeight; // Width and height in charblocks
178 178
179 int (*probe)(const Uint8 *buf, const size_t len, const struct _DMC64ImageFormat *fmt); 179 int (*probe)(const Uint8 *buf, const size_t len, const struct _DMC64ImageFormat *fmt);