浏览代码

Brown paper bag time... Forgot to actually store the new screen layout.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3738 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v0.0.90
Pierre Ossman 15 年前
父节点
当前提交
df453200b7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      common/rfb/VNCServerST.cxx

+ 2
- 0
common/rfb/VNCServerST.cxx 查看文件

@@ -325,6 +325,8 @@ void VNCServerST::setScreenLayout(const ScreenSet& layout)
if (!layout.validate(pb->width(), pb->height()))
throw Exception("setScreenLayout: invalid screen layout");

screenLayout = layout;

std::list<VNCSConnectionST*>::iterator ci, ci_next;
for (ci=clients.begin();ci!=clients.end();ci=ci_next) {
ci_next = ci; ci_next++;

正在加载...
取消
保存