Mercurial > hg > Members > nobuyasu > tightVNCClient
diff src/VncCanvas.java @ 10:9c7eab50c708
update MyRfbProto. add acceptThread
author | e085711 |
---|---|
date | Sat, 16 Apr 2011 20:40:24 +0900 |
parents | bdb8d7c7d4d1 |
children | 745e0e1ff401 |
line wrap: on
line diff
--- a/src/VncCanvas.java Sat Apr 16 00:22:17 2011 +0900 +++ b/src/VncCanvas.java Sat Apr 16 20:40:24 2011 +0900 @@ -429,6 +429,9 @@ int rx = rfb.updateRectX, ry = rfb.updateRectY; int rw = rfb.updateRectW, rh = rfb.updateRectH; + System.out.println("rx="+rx+" ry="+ry+" rw="+rw+" rh="+rh); + + if (rfb.updateRectEncoding == rfb.EncodingLastRect) break;