diff 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
line wrap: on
line diff
--- a/tools/lib64gfx.h	Tue Jun 05 22:00:48 2018 +0300
+++ b/tools/lib64gfx.h	Wed Jun 06 14:24:10 2018 +0300
@@ -230,8 +230,8 @@
     DM_RLE_ORDER_2          = 0x0010, // Order: <marker>, <data>, <count/run length>
     DM_RLE_ORDER_MASK       = 0x00f0,
 
-    DM_RLE_BACKWARDS_INPUT  = 0x1000,
-    DM_RLE_BACKWARDS_OUTPUT = 0x2000,
+    DM_RLE_BACKWARDS_INPUT  = 0x0100,
+    DM_RLE_BACKWARDS_OUTPUT = 0x0200,
 };