comparison tools/lib64gfx.h @ 1711:4fd94bf558b3

Add function name field to DMCompParams struct and set it in places where we use DMCompParams.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Jun 2018 14:28:19 +0300
parents 2b592df78943
children 0a9110b4d036
comparison
equal deleted inserted replaced
1710:1f0fac3af8e3 1711:4fd94bf558b3
235 }; 235 };
236 236
237 237
238 typedef struct 238 typedef struct
239 { 239 {
240 char *func;
240 int type; 241 int type;
241 int flags; 242 int flags;
242 Uint8 243 Uint8
243 // DM_COMP_RLE_MARKER mode 244 // DM_COMP_RLE_MARKER mode
244 rleMarkerB, // Marker byte for byte length runs (if DM_RLE_BYTE_RUNS used) 245 rleMarkerB, // Marker byte for byte length runs (if DM_RLE_BYTE_RUNS used)