In Tray menu the item " Disable New Clients " added.
Also some bugs are fixed.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@468 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/ListConnInfo.h b/rfb/ListConnInfo.h
index 44df9ec..5953004 100644
--- a/rfb/ListConnInfo.h
+++ b/rfb/ListConnInfo.h
@@ -87,6 +87,7 @@
for (InputList->iBegin(); !InputList->iEnd(); InputList->iNext()) {
iAdd(InputList);
}
+ setDisable(InputList->getDisable());
}
void iAdd (ListConnInfo* InputList) {
diff --git a/rfb/VNCSConnectionST.cxx b/rfb/VNCSConnectionST.cxx
index 8b6adda..8f2ff23 100644
--- a/rfb/VNCSConnectionST.cxx
+++ b/rfb/VNCSConnectionST.cxx
@@ -689,6 +689,7 @@
accessRights = accessRights & !(AccessPtrEvents | AccessKeyEvents | AccessView);
break;
}
+ framebufferUpdateRequest(server->pb->getRect(), false);
}
int VNCSConnectionST::getStatus()
{