--- rxvt-unicode/src/rxvtimg.C 2012/06/08 21:33:32 1.64 +++ rxvt-unicode/src/rxvtimg.C 2012/06/08 21:41:45 1.65 @@ -211,7 +211,6 @@ if (ref->cnt == 1 && ref->ours) return; - //TODO: maybe should reify instead Pixmap pm2 = XCreatePixmap (s->display->dpy, s->display->root, ref->w, ref->h, format->depth); GC gc = XCreateGC (s->display->dpy, pm, 0, 0); XCopyArea (s->display->dpy, pm, pm2, gc, 0, 0, ref->w, ref->h, 0, 0);