Searched refs:macosx_pointer_command (Results 1 - 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
H A Dmacosx.h42 extern void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client);
H A Dmacosx.c62 void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client);
98 void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client) { function
263 void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client) { function
268 if (0) fprintf(stderr, "macosx_pointer_command: %d %d - %d\n", x, y, mask);
H A Dpointer.c597 macosx_pointer_command(mask, x, y, client);

Completed in 697 milliseconds