Home
last modified time | relevance | path

Searched refs:wireframe_copyrect (Results 1 – 6 of 6) sorted by relevance

/external/libvncserver/x11vnc/
Doptions.h237 extern char *wireframe_copyrect;
Doptions.c275 char *wireframe_copyrect = NULL; variable
Dremote.c3793 NONUL(wireframe_copyrect)); in process_remote_cmd()
3800 "to: %s\n", NONUL(wireframe_copyrect)); in process_remote_cmd()
3808 NONUL(wireframe_copyrect)); in process_remote_cmd()
3815 "to: %s\n", NONUL(wireframe_copyrect)); in process_remote_cmd()
3822 NONUL(wireframe_copyrect)); in process_remote_cmd()
3828 "to: %s\n", NONUL(wireframe_copyrect)); in process_remote_cmd()
Duserinput.c504 char *orig = wireframe_copyrect; in set_wirecopyrect_mode()
506 wireframe_copyrect = strdup(wireframe_copyrect_default); in set_wirecopyrect_mode()
508 wireframe_copyrect = strdup("always"); in set_wirecopyrect_mode()
510 wireframe_copyrect = strdup("top"); in set_wirecopyrect_mode()
512 wireframe_copyrect = strdup("never"); in set_wirecopyrect_mode()
514 if (! wireframe_copyrect) { in set_wirecopyrect_mode()
515 wireframe_copyrect = strdup(wireframe_copyrect_default); in set_wirecopyrect_mode()
520 wireframe_copyrect); in set_wirecopyrect_mode()
3437 if (*obscured && !strcmp(wireframe_copyrect, "top")) { in try_copyrect()
4516 if (strcmp(wireframe_copyrect, "never")) { in check_wireframe()
[all …]
Dpointer.c550 strcmp(wireframe_copyrect, "never")) { in update_x11_pointer_mask()
Dx11vnc.c1569 fprintf(stderr, " wirecopy: %s\n", wireframe_copyrect ? in print_settings()
1570 wireframe_copyrect : wireframe_copyrect_default); in print_settings()
4853 if (! wireframe_copyrect) { in main()