diff tools/libgfx.h @ 1543:416d7b3ba3b2

Rename libgfx IMGFMT_* constants to DM_IMGFMT_*.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 May 2018 17:48:56 +0300
parents ae2ba8cb510f
children 48823642c4fb
line wrap: on
line diff
--- a/tools/libgfx.h	Sat May 12 05:31:40 2018 +0300
+++ b/tools/libgfx.h	Sat May 12 17:48:56 2018 +0300
@@ -18,14 +18,14 @@
 
 enum
 {
-    IMGFMT_PNG,
-    IMGFMT_PPM,
-    IMGFMT_PCX,
-    IMGFMT_ILBM,
-    IMGFMT_RAW,
-    IMGFMT_ARAW,
+    DM_IMGFMT_PNG,
+    DM_IMGFMT_PPM,
+    DM_IMGFMT_PCX,
+    DM_IMGFMT_ILBM,
+    DM_IMGFMT_RAW,
+    DM_IMGFMT_ARAW,
 
-    IMGFMT_LAST
+    DM_IMGFMT_LAST
 };
 
 
@@ -92,7 +92,7 @@
 #define DM_PROBE_SCORE_FALSE   0
 
 
-extern DMImageFormat dmImageFormatList[IMGFMT_LAST];
+extern DMImageFormat dmImageFormatList[DM_IMGFMT_LAST];
 extern int dmGFXErrorMode;