Lines Matching refs:gcvals
104 XGCValues gcvals;
121 gcvals.function = GXcopy;
122 gcvals.plane_mask = AllPlanes;
123 gcvals.clip_mask = None;
124 gcvals.foreground = fg.pixel;
125 gcvals.background = bg.pixel;
126 gcvals.line_width = 0;
127 gcvals.line_style = LineSolid;
128 gcvals.cap_style = CapNotLast;
129 gcvals.fill_style = FillSolid;
131 dmxConfigGC = XCreateGC(dpy, win, mask, &gcvals);
132 gcvals.foreground = hl.pixel;
133 dmxConfigGCHL = XCreateGC(dpy, win, mask, &gcvals);
134 gcvals.foreground = bg.pixel;
135 gcvals.background = fg.pixel;
136 dmxConfigGCRev = XCreateGC(dpy, win, mask, &gcvals);