comparison tools/lib64gfx.h @ 1709:2b592df78943

Change two constant flag values.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Jun 2018 14:24:10 +0300
parents a0986cfd6f9d
children 4fd94bf558b3
comparison
equal deleted inserted replaced
1708:55db8d6dffa5 1709:2b592df78943
228 228
229 DM_RLE_ORDER_1 = 0x0000, // Order: <marker>, <count/run length>, <data> 229 DM_RLE_ORDER_1 = 0x0000, // Order: <marker>, <count/run length>, <data>
230 DM_RLE_ORDER_2 = 0x0010, // Order: <marker>, <data>, <count/run length> 230 DM_RLE_ORDER_2 = 0x0010, // Order: <marker>, <data>, <count/run length>
231 DM_RLE_ORDER_MASK = 0x00f0, 231 DM_RLE_ORDER_MASK = 0x00f0,
232 232
233 DM_RLE_BACKWARDS_INPUT = 0x1000, 233 DM_RLE_BACKWARDS_INPUT = 0x0100,
234 DM_RLE_BACKWARDS_OUTPUT = 0x2000, 234 DM_RLE_BACKWARDS_OUTPUT = 0x0200,
235 }; 235 };
236 236
237 237
238 typedef struct 238 typedef struct
239 { 239 {