Mercurial > hg > Applications > TreeVNC
diff src/main/java/com/glavsoft/rfb/client/FramebufferUpdateRequestMessage.java @ 56:913d0f663e74
12/9
author | one |
---|---|
date | Mon, 09 Dec 2013 16:09:06 +0900 |
parents | 9fdb8ff88497 |
children | 433c79184c05 |
line wrap: on
line diff
--- a/src/main/java/com/glavsoft/rfb/client/FramebufferUpdateRequestMessage.java Mon Dec 02 14:20:37 2013 +0900 +++ b/src/main/java/com/glavsoft/rfb/client/FramebufferUpdateRequestMessage.java Mon Dec 09 16:09:06 2013 +0900 @@ -39,7 +39,7 @@ private final int x; private boolean sendFullScreenFlag; - + public FramebufferUpdateRequestMessage(int x, int y, int width, int height, boolean incremental) { this.x = x; @@ -47,7 +47,7 @@ this.width = width; this.height = height; this.incremental = incremental; - sendFullScreenRequest(); +// sendFullScreenRequest(); } @Override