Home
last modified time | relevance | path

Searched refs:maxRectsPerUpdate (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/
DNEWS119 fixed bug with maxRectsPerUpdate and Tight Encoding (these are incompatible)
125 introduced maxRectsPerUpdate
DChangeLog4796 maxRectsPerUpdate when encoding is Zlib (thanks scarr)
6180 * libvncserver/rfbserver.c: fix CoRRE with maxRectsPerUpdate bug
6691 vncterm/VNConsole.c, vncterm/example.c: fixed maxRectsPerUpdate with
/external/libvncserver/rfb/
Drfb.h303 int maxRectsPerUpdate; member
/external/libvncserver/libvncserver/
Dmain.c873 screen->maxRectsPerUpdate=50; in rfbGetScreen()
Drfbserver.c2883 if(cl->screen->maxRectsPerUpdate>0 in rfbSendFramebufferUpdate()
2900 && nUpdateRegionRects>cl->screen->maxRectsPerUpdate) { in rfbSendFramebufferUpdate()