comparison 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
comparison
equal deleted inserted replaced
1584:f1b279ba47a8 1586:3c9e5962eca6
131 const int vshift, const int vbitmap, const int raster); 131 const int vshift, const int vbitmap, const int raster);
132 132
133 enum 133 enum
134 { 134 {
135 DT_COLOR_RAM, 135 DT_COLOR_RAM,
136 DT_BITMAP, 136 DT_BITMAP_RAM,
137 DT_SCREEN_RAM, 137 DT_SCREEN_RAM,
138 DT_COLOR_REG, 138 DT_COLOR_REG,
139 DT_COLOR_SET, 139 DT_COLOR_SET,
140 DT_EXTRA_DATA, 140 DT_EXTRA_DATA,
141 141