Searched refs:xnestGCPriv (Results 1 – 2 of 2) sorted by relevance
28 #define xnestGCPriv(pGC) ((xnestPrivGC *) \ macro31 #define xnestGC(pGC) (xnestGCPriv(pGC)->gc)
81 xnestGCPriv(pGC)->gc = XCreateGC(xnestDisplay, in xnestCreateGC()