Lines Matching defs:image
11 #include "image.h"
105 /* Maybe there's an image to stick on the root as well */
106 ws->image = GetImage(backpix, ws->backcp);
107 if(ws->image != NULL) {
140 Image *image;
165 if((image = GetImage(pixmap, Scr->workSpaceMgr.curColors)) == NULL) {
169 ws->curImage = image;
182 Image *image;
205 if((image = GetImage(pixmap, ws->defColors)) == NULL) {
208 ws->defImage = image;