Lines Matching refs:visual
80 Visual *visual; /* This is to fix the bug for TrueColor */
96 int def_vis_is_ok = 0; /* is def visual 24bit TrueColor */
307 visual = DefaultVisual(dpy,screen) ;
308 vinfo_template.visualid = XVisualIDFromVisual(visual) ;
319 /* The default visual is TrueColor, 24 bit... */
605 FinalImage = XCreateImage(dpy, vis.visual, vis.depth, ZPixmap, 0,
613 InputOutput, def_vis->visual, valuemask, &attr);
616 /* The default visual is not 24 bit True Color,
617 Create a colormap for this visual */
618 Colormap c = XCreateColormap(dpy, root, vis.visual, AllocNone);
625 InputOutput, vis.visual, valuemask, &attr);
638 /* This visual is no good for us */
872 /* Get a list of intersecting windows, with their visual details */
1264 * do all output to a 24 bit true color visual.
1265 * Selecting the best visual to display Img
1268 * The TrueColor visual is assumed to provide a
1314 case 2: /* no depth problem , but colormap or visual class mismatch */
1322 "%s: Warning - source window has different colormap or visual than root\n Image displayed using colormap and visual of root\n",