Mercurial > hg > Applications > TreeVNC
comparison src/main/java/com/glavsoft/rfb/client/FramebufferUpdateRequestMessage.java @ 466:8d636adb292c
fix getFbRectangles
author | kono |
---|---|
date | Wed, 13 Jul 2016 15:48:17 +0900 |
parents | aa3822daf75a |
children | 79d614cd91c7 |
comparison
equal
deleted
inserted
replaced
465:2107b954e285 | 466:8d636adb292c |
---|---|
44 this.x = x; | 44 this.x = x; |
45 this.y = y; | 45 this.y = y; |
46 this.width = width; | 46 this.width = width; |
47 this.height = height; | 47 this.height = height; |
48 this.sendFullScreenFlag = fullScreen; | 48 this.sendFullScreenFlag = fullScreen; |
49 System.out.println(this); | 49 // System.out.println(this); |
50 // sendFullScreenRequest(); | 50 // sendFullScreenRequest(); |
51 } | 51 } |
52 | 52 |
53 @Override | 53 @Override |
54 public void send(Writer writer) throws TransportException { | 54 public void send(Writer writer) throws TransportException { |