Searched defs:invGC (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c741 static GC invGC = (GC) NULL; /* for drawing source region outline */ local
744 if (!invGC) { /* make it the first time */
751 invGC = XCreateGC (dpy, root, (GCFunction | GCSubwindowMode |
753 if (!invGC) {
831 XDrawLines (dpy, root, invGC, box, NPOINTS, CoordModeOrigin);

Completed in 589 milliseconds