diff tools/libgfx.h @ 1892:cbc911ffd21e

Rename ILBM functions to IFF, which is more approriate as we support both ILBM and PBM variants of the IFF images.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 25 Jun 2018 19:36:26 +0300
parents 1af79412f249
children f80b2dc77c30
line wrap: on
line diff
--- a/tools/libgfx.h	Mon Jun 25 17:56:35 2018 +0300
+++ b/tools/libgfx.h	Mon Jun 25 19:36:26 2018 +0300
@@ -22,7 +22,7 @@
     DM_IMGFMT_PNG,
     DM_IMGFMT_PPM,
     DM_IMGFMT_PCX,
-    DM_IMGFMT_ILBM,
+    DM_IMGFMT_IFF,
     DM_IMGFMT_RAW,
     DM_IMGFMT_ARAW,
 };
@@ -139,7 +139,7 @@
 int dmWritePCXImage(DMResource *fp, const DMImage *img, const DMImageConvSpec *spec);
 int dmReadPCXImage(DMResource *fp, DMImage **pimg);
 
-int dmReadILBMImage(DMResource *fp, DMImage **pimg);
+int dmReadIFFImage(DMResource *fp, DMImage **pimg);
 
 
 typedef struct _DMBitStreamContext