comparison src/main/java/com/glavsoft/rfb/encoding/decoder/FramebufferUpdateRectangle.java @ 4:30978ce8e2be

change EncodingType public but create setter Method better
author YU
date Sun, 14 Sep 2014 05:27:05 +0900
parents daa24f8a557b
children
comparison
equal deleted inserted replaced
3:8a800361c465 4:30978ce8e2be
40 public class FramebufferUpdateRectangle { 40 public class FramebufferUpdateRectangle {
41 public int x; 41 public int x;
42 public int y; 42 public int y;
43 public int width; 43 public int width;
44 public int height; 44 public int height;
45 private EncodingType encodingType; 45 public EncodingType encodingType;
46 46
47 public FramebufferUpdateRectangle() { 47 public FramebufferUpdateRectangle() {
48 // nop 48 // nop
49 } 49 }
50 50