HomeSort by relevance Sort by last modified time
    Searched refs:visual_depth (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/x11vnc/
options.c 477 int visual_depth = 0; variable
options.h 370 extern int visual_depth;
screen.c 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)) {
    [all...]
remote.c     [all...]

Completed in 34 milliseconds