changeset 1709:2b592df78943

Change two constant flag values.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Jun 2018 14:24:10 +0300
parents 55db8d6dffa5
children 1f0fac3af8e3
files tools/lib64gfx.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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,
 };