Searched refs:sz_rfbXCursorColors (Results 1 – 3 of 3) sorted by relevance
98 sz_rfbXCursorColors + maskBytes + dataBytes > UPDATE_BUF_SIZE ) { in rfbSendCursorShape()104 sz_rfbXCursorColors + maskBytes + dataBytes > UPDATE_BUF_SIZE ) { in rfbSendCursorShape()131 memcpy(&cl->updateBuf[cl->ublen], (char *)&colors, sz_rfbXCursorColors); in rfbSendCursorShape()132 cl->ublen += sz_rfbXCursorColors; in rfbSendCursorShape()
82 if (!ReadFromRFBServer(client, (char *)&rgb, sz_rfbXCursorColors)) { in HandleCursorShape()
920 #define sz_rfbXCursorColors 6 macro