diff tools/lib64gfx.h @ 1586:3c9e5962eca6

Rename DT_BITMAP to DT_BITMAP_RAM.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 May 2018 04:11:31 +0300
parents f1b279ba47a8
children ca087c0cc9c4
line wrap: on
line diff
--- a/tools/lib64gfx.h	Mon May 14 02:38:24 2018 +0300
+++ b/tools/lib64gfx.h	Mon May 14 04:11:31 2018 +0300
@@ -133,7 +133,7 @@
 enum
 {
     DT_COLOR_RAM,
-    DT_BITMAP,
+    DT_BITMAP_RAM,
     DT_SCREEN_RAM,
     DT_COLOR_REG,
     DT_COLOR_SET,