comparison tools/lib64gfx.h @ 2511:6f2572b6f151

Comment out fields in DMC64ImageConvSpec that are not currently used. Improve comments of the fields that are.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Apr 2020 08:51:21 +0300
parents 5c1e3744434b
children bf1d671fc999
comparison
equal deleted inserted replaced
2510:e1a71d9eaede 2511:6f2572b6f151
184 } DMC64Palette; 184 } DMC64Palette;
185 185
186 186
187 typedef struct 187 typedef struct
188 { 188 {
189 DMPalette *pal; // Use this palette custom palette if != NULL
190 DMC64Palette *cpal; // If DMC64ImageConvSpec::pal == NULL, use this C64 palette
191
192 /*
193 // XXX These are not actually used yet (if ever)
189 int dither; // Dither mode (D64_DITH_*) 194 int dither; // Dither mode (D64_DITH_*)
190 BOOL aspect; // Render using pixel aspectX/aspectY 195 BOOL aspect; // Render using pixel aspectX/aspectY, FALSE = par=1:1
191 196 */
192 DMPalette *pal; // Use this palette
193 DMC64Palette *cpal; // If ^pal == NULL, use this C64 palette
194 } DMC64ImageConvSpec; 197 } DMC64ImageConvSpec;
195 198
196 199
197 typedef struct 200 typedef struct
198 { 201 {