Searched refs:show_cursor (Results 1 – 12 of 12) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xwrappers.c | 71 unsigned int width, unsigned int height, Bool show_cursor); 253 unsigned int width, unsigned int height, Bool show_cursor) { in xreadscreen() argument 255 if (!disp || !d || !x || !y || !width || !height || !show_cursor) {} in xreadscreen() 261 show_cursor); in xreadscreen() 265 if (show_cursor) hints |= XRD_READ_POINTER; in xreadscreen() 271 if (disp || d || x || y || width || height || show_cursor) {} in xreadscreen()
|
D | xwrappers.h | 66 unsigned int width, unsigned int height, Bool show_cursor);
|
D | options.h | 224 extern int show_cursor;
|
D | cursor.c | 578 if (! show_cursor) { in first_cursor() 1495 show_cursor = 0; in initialize_cursors_mode() 1501 if (show_cursor) { in initialize_cursors_mode() 1906 if (! show_cursor) { in set_rfb_cursor()
|
D | options.c | 257 int show_cursor = 1; /* show cursor shapes */ variable
|
D | x11vnc.c | 1549 fprintf(stderr, " cursor: %d\n", show_cursor); in print_settings() 3338 show_cursor = 1; in main() 3345 show_cursor = 0; in main() 3353 show_cursor = 0; in main() 5355 if (show_cursor) { in main() 5385 if (show_cursor && overlay_cursor) { in main() 5399 show_cursor = 0; in main()
|
D | remote.c | 3170 if (strcmp(multiple_cursors_mode, "none") && !show_cursor) { in process_remote_cmd() 3171 show_cursor = 1; in process_remote_cmd() 3173 "to: %d\n", show_cursor); in process_remote_cmd() 3181 snprintf(buf, bufn, "ans=%s:%d", p, show_cursor); in process_remote_cmd() 3185 show_cursor = 1; in process_remote_cmd() 3204 snprintf(buf, bufn, "ans=%s:%d", p, !show_cursor); in process_remote_cmd() 3211 show_cursor = 0; in process_remote_cmd()
|
D | screen.c | 529 save[i++] = show_cursor; in set_nofb_params() 550 show_cursor = save[i++]; in set_nofb_params() 583 show_cursor = 0; in set_nofb_params()
|
D | scan.c | 2897 if (show_cursor) { in nap_set()
|
D | README | 17688 show_cursor enable showing a cursor. 18034 show_cursor noshow_cursor nocursor arrow xfixes noxfixes
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_crtc.c | 396 .show_cursor = crtc_show_cursor,
|
/external/sepolicy/ |
D | access_vectors | 496 show_cursor
|