diff tools/lib64gfx.h @ 1545:3b613fcbf3ff

Improve how format read/write capabilities are marked and shown.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 12 May 2018 21:01:46 +0300
parents 776aa43b2c57
children 86373ac0861a
line wrap: on
line diff
--- a/tools/lib64gfx.h	Sat May 12 21:00:22 2018 +0300
+++ b/tools/lib64gfx.h	Sat May 12 21:01:46 2018 +0300
@@ -179,6 +179,8 @@
     size_t addr; // Loading address (0 if no loading address)
     size_t size; // Size, including loading address. Only used in probing and encoding.
 
+    int  flags;  // DM_FMT_* flags, see libgfx.h
+
     int width, height; // Width and height in pixels
     int chWidth, chHeight; // Width and height in charblocks