comparison tools/libgfx.h @ 2070:41df24d1dfb6

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Dec 2018 14:41:25 +0200
parents e4dc8fbaa5ad
children aedadff9e116
comparison
equal deleted inserted replaced
2069:83a3d05b5c1d 2070:41df24d1dfb6
90 90
91 91
92 typedef struct 92 typedef struct
93 { 93 {
94 int fmtid; // DM_IMGFMT_* of target format (a bit of a kludge here) 94 int fmtid; // DM_IMGFMT_* of target format (a bit of a kludge here)
95 int format; // Target color format DM_COLFMT_* 95 int format; // Target color format DM_COLFMT_*
96 int scaleX, scaleY; // Scale factors (1..) 96 int scaleX, scaleY; // Scale factors (1..)
97 int nplanes, bpp, mask; 97 int nplanes, bpp, mask;
98 BOOL planar; 98 BOOL planar;
99 int compression; // Use compression/compression level (0 = none, 9 = max) 99 int compression; // Use compression/compression level (0 = none, 9 = max)
100 } DMImageConvSpec; 100 } DMImageConvSpec;