소스 검색

We need to manually update the RandR timestamp, as it is normally set in

the X11 request handlers.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4937 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.2.90
Pierre Ossman 12 년 전
부모
커밋
87ecc7c4ee
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7
    0
      unix/xserver/hw/vnc/XserverDesktop.cc

+ 7
- 0
unix/xserver/hw/vnc/XserverDesktop.cc 파일 보기

@@ -1007,6 +1007,13 @@ unsigned int XserverDesktop::setScreenLayout(int fb_width, int fb_height,
}
}

/*
* Update timestamp for when screen layout was last changed.
* This is normally done in the X11 request handlers, which is
* why we have to deal with it manually here.
*/
rp->lastSetTime = currentTime;

return rfb::resultSuccess;
#endif
}

Loading…
취소
저장