comparison src/myVncProxy/ProxyVncCanvas.java @ 61:626cf8cc002c

modify MyRfbProto.java
author e085711
date Sat, 09 Jul 2011 14:08:28 +0900
parents 03d2e5db2135
children 5fca2bb52dc7
comparison
equal deleted inserted replaced
60:3ccedb44aaa0 61:626cf8cc002c
367 while (true) { 367 while (true) {
368 // System.out.println("\ncount=" + count); 368 // System.out.println("\ncount=" + count);
369 369
370 count++; 370 count++;
371 371
372 rfb.regiFramebufferUpdate(); 372 /*
373 rfb.checkAndMark(); 373 * read Data from parents and send Data to Client.
374 // rfb.printFramebufferUpdate(); 374 *
375 rfb.readSendData(); 375 */
376 376 rfb.sendDataToClient();
377 377
378 int bufSize = (int)rfb.getNumBytesRead(); 378 int bufSize = (int)rfb.getNumBytesRead();
379 379
380 // Read message type from the server. 380 // Read message type from the server.
381 int msgType = rfb.readServerMessageType(); 381 int msgType = rfb.readServerMessageType();