182
182
const unsigned int w = im_iconified_icon_width;
183
183
const unsigned int h = im_iconified_icon_height;
185
189
for(col = colori; col; col = col->next) {
186
190
if(col->color == cp.back) {
191
196
col = malloc(sizeof(struct Colori));
193
198
col->pix = XCreatePixmap(dpy, Scr->Root, w, h, Scr->d_depth);
194
199
Draw3DBorder(col->pix, 0, 0, w, h, 4, cp, off, true, false);