changeset 1529:4068d87ca884

Rename some decoder functions.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 May 2018 02:29:05 +0300
parents 239dc13123fd
children 94eb6a8a7d56
files tools/lib64fmts.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Sat May 12 02:24:24 2018 +0300
+++ b/tools/lib64fmts.c	Sat May 12 02:29:05 2018 +0300
@@ -114,7 +114,7 @@
 }
 
 
-static BOOL fmtDrazLaceSetLaceType(DMC64Image *img, const DMC64EncDecOp *op,
+static BOOL fmtDrazLaceGetLaceType(DMC64Image *img, const DMC64EncDecOp *op,
     const Uint8 *buf, const size_t len, const DMC64ImageFormat *fmt)
 {
     (void) len;
@@ -203,7 +203,7 @@
 }
 
 
-static BOOL fmtTruePaintSetLaceType(DMC64Image *img, const DMC64EncDecOp *op,
+static BOOL fmtTruePaintGetLaceType(DMC64Image *img, const DMC64EncDecOp *op,
     const Uint8 *buf, const size_t len, const DMC64ImageFormat *fmt)
 {
     (void) op;
@@ -528,7 +528,7 @@
             { DT_SCREEN_RAM,   0x0400, 0,  0, NULL, NULL },
             { DT_COLOR_REG,    0x2740, 0,  DC_BGCOL, NULL, NULL },
             { DT_BITMAP,       0x2800, 1,  0, NULL, NULL },
-            { DT_DEC_FUNCTION, 0x2742, 0,  1, fmtDrazLaceSetLaceType, NULL },
+            { DT_DEC_FUNCTION, 0x2742, 0,  1, fmtDrazLaceGetLaceType, NULL },
             { DT_LAST,         0,      0,  0, NULL, NULL },
         }
     },
@@ -547,7 +547,7 @@
             { DT_SCREEN_RAM,   0x0400, 0,  0, NULL, NULL },
             { DT_COLOR_REG,    0x2740, 0,  DC_BGCOL, NULL, NULL },
             { DT_BITMAP,       0x2800, 1,  0, NULL, NULL },
-            { DT_DEC_FUNCTION, 0x2742, 0,  1, fmtDrazLaceSetLaceType, NULL },
+            { DT_DEC_FUNCTION, 0x2742, 0,  1, fmtDrazLaceGetLaceType, NULL },
             { DT_LAST,         0,      0,  0, NULL, NULL },
         }
     },
@@ -567,7 +567,7 @@
             { DT_BITMAP,       0x2400, 1,  0, NULL, NULL },
             { DT_SCREEN_RAM,   0x4400, 1,  0, NULL, NULL },
             { DT_COLOR_RAM,    0x4800, 0,  0, NULL, NULL },
-            { DT_DEC_FUNCTION, 0x0000, 0,  0, fmtTruePaintSetLaceType, NULL },
+            { DT_DEC_FUNCTION, 0x0000, 0,  0, fmtTruePaintGetLaceType, NULL },
             { DT_LAST,         0,      0,  0, NULL, NULL },
         }
     },