comparison src/myVncProxy/RfbProto.java @ 66:7632606406cb

create sendCheckMillis
author e085711
date Tue, 26 Jul 2011 13:03:08 +0900
parents 089bd4510538
children bf5ac06df675
comparison
equal deleted inserted replaced
65:5fca2bb52dc7 66:7632606406cb
559 559
560 void writeClientInit() throws IOException { 560 void writeClientInit() throws IOException {
561 /* 561 /*
562 if (viewer.options.shareDesktop) { 562 if (viewer.options.shareDesktop) {
563 */ 563 */
564
565 /**
566 * shared flag
567 */
564 os.write(1); 568 os.write(1);
565 // os.write(0); 569 // os.write(0);
566 570
567 // viewer.options.disableShareDesktop(); 571 // viewer.options.disableShareDesktop();
568 } 572 }