Searched refs:debug_wireframe (Results 1 – 9 of 9) sorted by relevance
/external/libvncserver/x11vnc/ |
D | options.h | 201 extern int debug_wireframe;
|
D | options.c | 234 int debug_wireframe = 0; variable
|
D | remote.c | 5446 snprintf(buf, bufn, "ans=%s:%d", p, debug_wireframe); in process_remote_cmd() 5449 debug_wireframe = 1; in process_remote_cmd() 5450 rfbLog("set debug_wireframe to: %d\n", debug_wireframe); in process_remote_cmd() 5455 snprintf(buf, bufn, "ans=%s:%d", p, !debug_wireframe); in process_remote_cmd() 5458 debug_wireframe = 0; in process_remote_cmd() 5459 rfbLog("set debug_wireframe to: %d\n", debug_wireframe); in process_remote_cmd() 5466 debug_wireframe); in process_remote_cmd() 5470 debug_wireframe = atoi(p); in process_remote_cmd() 5471 rfbLog("set debug_wireframe to: %d\n", debug_wireframe); in process_remote_cmd()
|
D | win_utils.c | 299 if (debug_wireframe > 1) { in snapshot_stack_list()
|
D | macosx.c | 559 if (debug_wireframe) fprintf(stderr, "%d/%d: %d %d %d - %d %d %d\n", k, macwins[k].win, x1, *px, x… in macosx_get_wm_frame_pos()
|
D | userinput.c | 2174 int db = (debug_scroll || debug_wireframe); in fb_push() 3125 if (debug_wireframe == 1) { \ 3128 if (debug_wireframe == 2) { \ 3131 if (debug_wireframe == 3) { \
|
D | screen.c | 4660 if ((debug_tiles || debug_scroll > 1 || debug_wireframe > 1)
|
D | x11vnc.c | 3521 debug_wireframe++; in main()
|
D | README | 12430 -wirecopyrect mode -nowirecopyrect -debug_wireframe 16144 -debug_wireframe Turn on debugging info printout for the wireframe 17867 debug_wireframe enable debugging wireframe mechanism. 18070 debug_xdamage debug_wireframe nodebug_wireframe 18071 debug_wireframe debug_scroll nodebug_scroll debug_scroll
|