Searched refs:noxrecord (Results 1 – 8 of 8) sorted by relevance
/external/libvncserver/x11vnc/ |
D | options.h | 216 extern int noxrecord;
|
D | options.c | 249 int noxrecord = 0; variable
|
D | remote.c | 4022 int orig = noxrecord; in process_remote_cmd() 4024 snprintf(buf, bufn, "ans=%s:%d", p, noxrecord); in process_remote_cmd() 4027 noxrecord = 1; in process_remote_cmd() 4028 rfbLog("set noxrecord to: %d\n", noxrecord); in process_remote_cmd() 4029 if (orig != noxrecord) { in process_remote_cmd() 4035 int orig = noxrecord; in process_remote_cmd() 4037 snprintf(buf, bufn, "ans=%s:%d", p, !noxrecord); in process_remote_cmd() 4040 noxrecord = 0; in process_remote_cmd() 4041 rfbLog("set noxrecord to: %d\n", noxrecord); in process_remote_cmd() 4042 if (orig != noxrecord) { in process_remote_cmd()
|
D | screen.c | 631 re0 = noxrecord; in set_raw_fb_params() 651 noxrecord = re0; in set_raw_fb_params() 750 if (! noxrecord) { in set_raw_fb_params() 752 noxrecord = 1; in set_raw_fb_params()
|
D | xrecord.c | 195 if (noxrecord) { in initialize_xrecord()
|
D | x11vnc.c | 1588 fprintf(stderr, " noxrecord: %d\n", noxrecord); in print_settings() 3586 noxrecord = 1; in main()
|
D | RELEASE-NOTES | 1375 -noxrecord: do not use the RECORD extension for anything (currently
|
D | README | 2758 workaround is to use the "-noxrecord" x11vnc command line option. 2770 workaround is to use the "-noxrecord" x11vnc command line option. The 12434 -fixscreen string -debug_scroll -noxrecord 16371 -noxrecord Disable any use of the RECORD extension. This is 17749 noxrecord disable all use of RECORD extension. 18050 noscr fixscreen noxrecord xrecord reset_record
|