Searched refs:correMaxHeight (Results 1 – 3 of 3) sorted by relevance
59 if (h > cl->correMaxHeight) { in rfbSendRectEncodingCoRRE()60 return (rfbSendRectEncodingCoRRE(cl, x, y, w, cl->correMaxHeight) && in rfbSendRectEncodingCoRRE()61 rfbSendRectEncodingCoRRE(cl, x, y + cl->correMaxHeight, w, in rfbSendRectEncodingCoRRE()62 h - cl->correMaxHeight)); in rfbSendRectEncodingCoRRE()
362 cl->correMaxHeight = 48; in rfbNewTCPOrUDPClient()2799 rows = (h-1)/cl->correMaxHeight+1; in rfbSendFramebufferUpdate()
516 int correMaxWidth, correMaxHeight; member