Searched refs:debug_scroll (Results 1 – 10 of 10) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xrecord.c | 542 int dba = 0, db = debug_scroll; in record_CA() 869 int dba = 0, db = debug_scroll; in record_CW() 1481 if (0 || debug_scroll) { in shutdown_record_context() 1511 if (debug_scroll) { in shutdown_record_context() 1517 if (debug_scroll) { in shutdown_record_context() 1550 if (debug_scroll || (! bequiet && reopen == 2)) { in shutdown_record_context() 1644 if (debug_scroll || cnt < 20) { \ 1674 int db = debug_scroll; in xrecord_watch()
|
D | options.h | 275 extern int debug_scroll;
|
D | options.c | 354 int debug_scroll = 0; variable
|
D | pointer.c | 492 if (debug_scroll > 1) fprintf(stderr, "wm_win: 0x%lx\n", mwin); in update_x11_pointer_mask() 524 if (debug_scroll > 1) fprintf(stderr, "internal scrollbar: %dx%d\n", w, h); in update_x11_pointer_mask()
|
D | remote.c | 5476 snprintf(buf, bufn, "ans=%s:%d", p, debug_scroll); in process_remote_cmd() 5479 debug_scroll = 1; in process_remote_cmd() 5480 rfbLog("set debug_scroll to: %d\n", debug_scroll); in process_remote_cmd() 5485 snprintf(buf, bufn, "ans=%s:%d", p, !debug_scroll); in process_remote_cmd() 5488 debug_scroll = 0; in process_remote_cmd() 5489 rfbLog("set debug_scroll to: %d\n", debug_scroll); in process_remote_cmd() 5496 debug_scroll); in process_remote_cmd() 5500 debug_scroll = atoi(p); in process_remote_cmd() 5501 rfbLog("set debug_scroll to: %d\n", debug_scroll); in process_remote_cmd()
|
D | keyboard.c | 3222 int db = debug_scroll; in keyboard() 3234 int db = debug_scroll; in keyboard() 3332 if (debug_scroll) { in keyboard()
|
D | userinput.c | 1195 int db = debug_scroll; in do_bdpush() 1441 int db = debug_scroll, rrate = get_read_rate(); in push_scr_ev() 1880 if (0 || debug_scroll > 1) fprintf(stderr, ">>>-rfbDoCopyRect req: %d mod: %d cpy: %d\n", req, mod,… in do_copyregion() 1885 if (0 || debug_scroll > 1) fprintf(stderr, "<<<-rfbDoCopyRect req: %d mod: %d cpy: %d\n", req, mod,… in do_copyregion() 2174 int db = (debug_scroll || debug_wireframe); in fb_push() 2479 int gk, gk0, ret = 0, db = debug_scroll; in check_xrecord_keys() 2721 int gp, gp0, ret = 0, db = debug_scroll; in check_xrecord_mouse() 5664 if (debug_scroll && rc > 1) fprintf(stderr, " CXR: check_user_input ret %d\n", rc - 1); in check_user_input()
|
D | screen.c | 4449 if (debug_scroll) fprintf(stderr, "watch_loop: LOOP-BACK: %d\n", ret); 4660 if ((debug_tiles || debug_scroll > 1 || debug_wireframe > 1)
|
D | x11vnc.c | 3582 debug_scroll++; in main()
|
D | README | 12434 -fixscreen string -debug_scroll -noxrecord 16367 -debug_scroll Turn on debugging info printout for the scroll 17869 debug_scroll enable debugging scrollcopy mechanism. 18071 debug_wireframe debug_scroll nodebug_scroll debug_scroll
|