Home
last modified time | relevance | path

Searched refs:c0gc (Results 1 – 1 of 1) sorted by relevance

/dports/x11/xfishtank/xfishtank2.0/
H A Dxfish.c157 GC c0gc, cpgc; /* GCs to operateon the Clipmask buffer */ variable
623 XFillRectangle(Dpy, ClipBuf, c0gc, 0, 0,
758 XFillRectangle(Dpy, ClipBuf, c0gc, 0, 0,
1651 c0gc = XCreateGC(Dpy, ClipBuf, 0, NULL); in initialize()
1652 XSetForeground(Dpy, c0gc, (unsigned long)0); in initialize()
1653 XSetFunction(Dpy, c0gc, GXcopy); in initialize()