comparison src/main/java/com/glavsoft/rfb/encoding/decoder/FramebufferUpdateRectangle.java @ 381:47c018aed50e

Change condition to ZRLEESender.decode method
author innparusu
date Thu, 03 Sep 2015 19:44:39 +0900
parents 0815ed7f54a7
children 344a35b7c47f
comparison
equal deleted inserted replaced
380:aef5cbdd84ab 381:47c018aed50e
45 public int width; 45 public int width;
46 public int height; 46 public int height;
47 private EncodingType encodingType; 47 private EncodingType encodingType;
48 public long time; 48 public long time;
49 public int port; 49 public int port;
50 String localhost;
51 50
52 public FramebufferUpdateRectangle() { 51 public FramebufferUpdateRectangle() {
53 // nop 52 // nop
54 } 53 }
55 54