changeset 1575:2a9d0431e7b4

Fix Koala Painter background color decoding.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 May 2018 09:10:52 +0300
parents 0b0870a216e9
children e5be5235e7e1
files tools/lib64fmts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Sun May 13 09:09:58 2018 +0300
+++ b/tools/lib64fmts.c	Sun May 13 09:10:52 2018 +0300
@@ -634,7 +634,7 @@
             { DT_BITMAP,       0x0000, 0,  0, NULL, NULL },
             { DT_SCREEN_RAM,   0x1f40, 0,  0, NULL, NULL },
             { DT_COLOR_RAM,    0x2328, 0,  0, NULL, NULL },
-            { DT_COLOR_REG,    0x2710, 0,  DC_BGCOL, NULL, NULL },
+            { DT_COLOR_REG,    0x270f, 0,  DC_BGCOL, NULL, NULL },
             { DT_LAST,         0,      0,  0, NULL, NULL },
         }
     },