comparison src/viewer_swing/java/com/glavsoft/viewer/CuiViewer.java @ 455:6f3d3da40940

fix cui and hasViewer flag
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 22 Jun 2016 12:29:57 +0900
parents 344a35b7c47f
children 34277b436cac
comparison
equal deleted inserted replaced
454:432e2967eaab 455:6f3d3da40940
259 public void inhelitClients(String hostName, short newVNCServerId, int x, int y, int width, int height, int scale) { 259 public void inhelitClients(String hostName, short newVNCServerId, int x, int y, int width, int height, int scale) {
260 260
261 } 261 }
262 262
263 @Override 263 @Override
264 public void proxyStart(String[] args, String hostName, int width, int height, boolean showTree, boolean checkDelay, boolean addSerialNum, boolean fixingSize, boolean filterSingleDisplay) { 264 public void proxyStart(String[] args, String hostName, int width, int height, boolean showTree, boolean checkDelay, boolean addSerialNum, boolean fixingSize, boolean filterSingleDisplay, boolean hasViewer) {
265 265
266 } 266 }
267 267
268 @Override 268 @Override
269 public void setNoConnection(boolean noConnection) { 269 public void setNoConnection(boolean noConnection) {