Searched refs:rootGC (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dimage_bitmap.c144 if(Scr->rootGC == (GC) 0) {
145 Scr->rootGC = XCreateGC(dpy, Scr->Root, 0, &gcvalues);
156 XChangeGC(dpy, Scr->rootGC, GCForeground | GCBackground, &gcvalues);
157 XCopyPlane(dpy, bm, image->pixmap, Scr->rootGC, 0, 0, width, height,
H A Dimage.c128 if(Scr->rootGC == (GC) 0) {
129 Scr->rootGC = XCreateGC(dpy, Scr->Root, 0, &gcvalues);
133 XChangeGC(dpy, Scr->rootGC, GCForeground | GCBackground, &gcvalues);
134 XCopyPlane(dpy, pm, image->pixmap, Scr->rootGC, 0, 0, width, height, 0, 0,
H A Dscreen.h708 GC rootGC; ///< GC for internal pixmaps in image.c / image_bitmap.c member in struct:ScreenInfo

Completed in 5 milliseconds