Home | History | Annotate | Download | only in libvncclient

Lines Matching refs:xvp

1479   /* xvp */
1647 * send xvp client message
1648 * A client supporting the xvp extension sends this to request that the server initiate
1662 rfbXvpMsg xvp;
1665 xvp.type = rfbXvp;
1666 xvp.pad = 0;
1667 xvp.version = version;
1668 xvp.code = code;
1670 if (!WriteToRFBServer(client, (char *)&xvp, sz_rfbXvpMsg))
2289 client->HandleXvpMsg(client, msg.xvp.version, msg.xvp.code);