Searched refs:rootGC (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | image_bitmap.c | 144 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 D | image.c | 128 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 D | screen.h | 708 GC rootGC; ///< GC for internal pixmaps in image.c / image_bitmap.c member in struct:ScreenInfo
|
Completed in 5 milliseconds