diff options
-rw-r--r-- | common/rfb/VNCServerST.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/VNCServerST.cxx b/common/rfb/VNCServerST.cxx index 43e8f3ed..46c4be9b 100644 --- a/common/rfb/VNCServerST.cxx +++ b/common/rfb/VNCServerST.cxx @@ -320,6 +320,7 @@ void VNCServerST::setPixelBuffer(PixelBuffer* pb_, const ScreenSet& layout) comparer = new ComparingUpdateTracker(pb); renderedCursorInvalid = true; + startFrameClock(); // Make sure that we have at least one screen if (screenLayout.num_screens() == 0) |