diff lib64gfx.h @ 534:fbfdc9e4fe2b

Begin preparations for improved bitmap conversion support. Breaks lib64gfx API.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Nov 2012 21:09:15 +0200
parents 5b37a2e427b7
children 32d9e67da189
line wrap: on
line diff
--- a/lib64gfx.h	Thu Nov 22 17:56:25 2012 +0200
+++ b/lib64gfx.h	Thu Nov 22 21:09:15 2012 +0200
@@ -154,7 +154,7 @@
 typedef struct _DMC64ImageFormat
 {
     int  type;
-    char *extension;
+    char *fext;
     char *name;
     size_t addr; // Loading address (0 if no loading address)
     size_t size; // Size, including loading address. Only used in encoding, if even there (0 if no static size)