Home
last modified time | relevance | path

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

/external/libvncserver/libvncclient/
Dcursor.c170 if (client->GotCursorShape != NULL) { in HandleCursorShape()
171 client->GotCursorShape(client, xhot, yhot, width, height, bytesPerPixel); in HandleCursorShape()
/external/libvncserver/rfb/
Drfbclient.h299 GotCursorShapeProc GotCursorShape; member
/external/libvncserver/
DChangeLog4594 libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on