diff tools/libgfx.h @ 2148:487157934904

Clarifications in comments.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Jun 2019 23:12:53 +0300
parents 26f21e487fe2
children e6ec7fad9ce2
line wrap: on
line diff
--- a/tools/libgfx.h	Sun Jun 02 23:03:55 2019 +0300
+++ b/tools/libgfx.h	Sun Jun 02 23:12:53 2019 +0300
@@ -103,7 +103,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  scaleX, scaleY;      // Integer scale factors (1..)
+
     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)