Lines Matching defs:xgcv
493 XGCValues xgcv;
504 xgcv.foreground = closure->drawbuf->pixels[closure->pixelsperbuf-1];
505 xgcv.background = closure->drawbuf->pixels[0];
508 xgcv.plane_mask = closure->drawbuf->enplanemask;
511 XChangeGC(dpy, closure->gcontext, mask, &xgcv);
834 XGCValues xgcv;
982 xgcv.background = bg;
983 xgcv.foreground = fg;
984 xgcv.line_width = linewidth;
986 xgcv.line_style = LineDoubleDash;
987 xgcv.dashes = dash;
990 closure->gcontext = XCreateGC (dpy, closure->draw_window, vmask, &xgcv);