Searched refs:debug_grabs (Results 1 – 8 of 8) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xrecord.c | 122 if (debug_grabs) { in xrecord_grabserver() 175 if (debug_grabs) { in xrecord_grabserver() 288 if (debug_grabs) { in shutdown_xrecord() 337 if (debug_grabs) { in shutdown_xrecord() 1395 if (debug_grabs) db = 1; in record_grab() 1468 if (debug_grabs && cnt > 0) { in check_xrecord_grabserver() 1711 if (db || debug_grabs) fprintf(stderr, "xrecord_watch: %d/%d out xserver_grabbed\n", start, setby); in xrecord_watch() 1719 if (db || debug_grabs) fprintf(stderr, "XRECORD OFF: %d/%d %.4f\n", xrecording, setby, now - x11vn… in xrecord_watch() 1834 if (db || debug_grabs) fprintf(stderr, "XRECORD ON: %d/%d %.4f\n", xrecording, setby, now - x11vn… in xrecord_watch()
|
D | options.h | 203 extern int debug_grabs;
|
D | options.c | 236 int debug_grabs = 0; variable
|
D | remote.c | 5536 snprintf(buf, bufn, "ans=%s:%d", p, debug_grabs); in process_remote_cmd() 5539 debug_grabs = 1; in process_remote_cmd() 5540 rfbLog("set debug_grabs to: %d\n", debug_grabs); in process_remote_cmd() 5545 snprintf(buf, bufn, "ans=%s:%d", p, !debug_grabs); in process_remote_cmd() 5548 debug_grabs = 0; in process_remote_cmd() 5549 rfbLog("set debug_grabs to: %d\n", debug_grabs); in process_remote_cmd()
|
D | xwrappers.c | 1221 if (debug_grabs) { in disable_grabserver()
|
D | ChangeLog | 800 x11vnc -debug_grabs, -printgui, -nosync
|
D | x11vnc.c | 3856 debug_grabs++; in main()
|
D | README | 12435 -grab_buster -nograb_buster -debug_grabs 16391 -debug_grabs Turn on debugging info printout with respect to 17873 debug_grabs enable -debug_grabs 17874 nodebug_grabs disable -debug_grabs 18073 debug_grabs nodebug_grabs debug_sel nodebug_sel dbg
|