Searched defs:show_cursor (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
H A Dxwrappers.c71 unsigned int width, unsigned int height, Bool show_cursor);
253 unsigned int width, unsigned int height, Bool show_cursor) {
255 if (!disp || !d || !x || !y || !width || !height || !show_cursor) {}
261 show_cursor);
265 if (show_cursor) hints |= XRD_READ_POINTER;
271 if (disp || d || x || y || width || height || show_cursor) {}
252 xreadscreen(Display *disp, Drawable d, int x, int y, unsigned int width, unsigned int height, Bool show_cursor) argument
H A Doptions.c257 int show_cursor = 1; /* show cursor shapes */ variable

Completed in 2151 milliseconds