changeset 2146:26f21e487fe2

Add some comments.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Jun 2019 21:26:48 +0300
parents 0905b2a87cbd
children 735b55414a1e
files tools/libgfx.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/libgfx.h	Sun Jun 02 21:21:35 2019 +0300
+++ b/tools/libgfx.h	Sun Jun 02 21:26:48 2019 +0300
@@ -104,8 +104,8 @@
     int  fmtid;               // DM_IMGFMT_* of target format (a bit of a kludge here)
     int  format;              // Target color format DM_COLFMT_*
     int  scaleX, scaleY;      // Scale factors (1..)
-    int  nplanes, bpp, mask;
-    BOOL planar;
+    int  nplanes, bpp, mask;  // number of planes, bits per PLANE, masking
+    BOOL planar;              // use planar format if the format supports it
     int  compression;         // Use compression/compression level (0 = none, 9 = max)
 } DMImageConvSpec;