repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: caf35b223f0339f4036728fb75d4c9fb6dc14260: path_to: revision_to:
commit caf35b223f0339f4036728fb75d4c9fb6dc14260 Author: Marc LehmannDate: Fri Jun 8 21:41:45 2012 +0000 *** empty log message *** diff --git a/src/rxvtimg.C b/src/rxvtimg.C
--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -211,7 +211,6 @@ rxvt_img::unshare ()
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);
-----END OF PAGE-----