Procházet zdrojové kódy

Make sure to start the frame timer after a buffer change

The buffer is considered changed right away, so we might not get any
add_changed() calls to trigger a start of the timer.
tags/v1.8.90
Pierre Ossman před 6 roky
rodič
revize
b1e80f7b02
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      common/rfb/VNCServerST.cxx

+ 1
- 0
common/rfb/VNCServerST.cxx Zobrazit soubor

@@ -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)

Načítá se…
Zrušit
Uložit