Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:visual_depth

423  * visual_id and possibly visual_depth are set.
439 visual_depth = 0;
449 visual_depth = atoi(p+1);
451 vdepth = visual_depth;
458 fprintf(stderr, " visual_depth: %d\n", vdepth);
492 if (XMatchVisualInfo(dpy, scr, visual_depth, vis, &vinfo)) {
2508 visual_depth = 0;
2531 visual_depth = 0;
2597 * visual_id and visual_depth were set in set_visual().
2611 if (visual_depth) {
2613 depth = visual_depth;