comparison src/myVncProxy/ProxyVncCanvas.java @ 125:e3dddee7b934

modify OptionsNofFrame.java
author e085711
date Mon, 08 Aug 2011 16:54:34 +0900
parents 65cb34c3f7ab
children cb00150c223e
comparison
equal deleted inserted replaced
124:c2c21a67097c 125:e3dddee7b934
375 375
376 // Process the message depending on its type. 376 // Process the message depending on its type.
377 switch (msgType) { 377 switch (msgType) {
378 case MyRfbProto.SpeedCheckMillis: 378 case MyRfbProto.SpeedCheckMillis:
379 rfb.readSpeedCheck(); 379 rfb.readSpeedCheck();
380
381 break; 380 break;
382 case RfbProto.FramebufferUpdate: 381 case RfbProto.FramebufferUpdate:
383 382
384 if (statNumUpdates == viewer.debugStatsExcludeUpdates 383 if (statNumUpdates == viewer.debugStatsExcludeUpdates
385 && !statsRestarted) { 384 && !statsRestarted) {