Home | History | Annotate | Download | only in xsetwallpaper

Lines Matching defs:root_width

59 	unsigned int root_width, root_height, root_border_width, root_depth;
139 &root_x, &root_y, &root_width, &root_height,
145 printf("screen is %dx%d\n", root_width, root_height);
151 data = resize_nn(data, imagew, imageh, root_width, root_height);
154 imagew = root_width;
186 root_width, root_height, root_depth);
190 XFillRectangle(display, pixmap, gc, 0, 0, root_width, root_height);
193 if ((unsigned int)imagew > root_width) {
194 srcx = (imagew - root_width) / 2;
198 dstx = (root_width - imagew) / 2;
209 root_width, root_height);