summaryrefslogtreecommitdiffstats
path: root/java/src/com/tightvnc/decoder/ZRLEDecoder.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/com/tightvnc/decoder/ZRLEDecoder.java')
-rw-r--r--java/src/com/tightvnc/decoder/ZRLEDecoder.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/src/com/tightvnc/decoder/ZRLEDecoder.java b/java/src/com/tightvnc/decoder/ZRLEDecoder.java
index ba4071ce..91f7c161 100644
--- a/java/src/com/tightvnc/decoder/ZRLEDecoder.java
+++ b/java/src/com/tightvnc/decoder/ZRLEDecoder.java
@@ -16,6 +16,8 @@ import java.io.IOException;
public class ZRLEDecoder extends RawDecoder {
+ final static int EncodingZRLE = 16;
+
public ZRLEDecoder(Graphics g, RfbInputStream is) {
super(g, is);
}