소스 검색

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++;

Loading…
취소
저장