diff tools/gfxconv.c @ 1290:e7dc9bb9777e

Rename struct DMImageSpec to DMImageConvSpec.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Aug 2017 17:47:30 +0300
parents 6c8b19d1d196
children 2c4acbc3e7bf
line wrap: on
line diff
--- a/tools/gfxconv.c	Fri Aug 18 17:34:33 2017 +0300
+++ b/tools/gfxconv.c	Fri Aug 18 17:47:30 2017 +0300
@@ -140,7 +140,7 @@
 DMMapValue optRemapTable[DM_MAX_COLORS];
 int     optColors[C64_MAX_COLORS];
 
-DMImageSpec optSpec =
+DMImageConvSpec optSpec =
 {
     .scaleX = 1,
     .scaleY = 1,
@@ -1075,7 +1075,7 @@
 }
 
 
-int dmWriteImage(const char *filename, DMImage *image, DMImageSpec *spec, int iformat, BOOL info)
+int dmWriteImage(const char *filename, DMImage *image, DMImageConvSpec *spec, int iformat, BOOL info)
 {
     if (info)
     {