Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dmain.c446 rfbBool haveUpdate; in clientOutput() local
450 haveUpdate = false; in clientOutput()
451 while (!haveUpdate) { in clientOutput()
467 haveUpdate = FB_UPDATE_PENDING(cl); in clientOutput()
468 if(!haveUpdate) { in clientOutput()
470 haveUpdate = sraRgnAnd(updateRegion,cl->requestedRegion); in clientOutput()
475 if (!haveUpdate) { in clientOutput()